Skip to content

Commit

Permalink
Bump actions/upload-pages-artifact from 2.0.0 to 3.0.0 (#1817)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 27, 2023
1 parent 9563dba commit a0376ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build site
run: website/script/build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/upload-pages-artifact@v3.0.0
with:
path: website/dist

Expand Down

0 comments on commit a0376ab

Please sign in to comment.