Skip to content

Commit

Permalink
[pages.yml] Bump actions/upload-pages-artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 2, 2025
1 parent 92881b0 commit 8d7c160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: make setup
- run: make build-site-docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1 # TODO: update
uses: actions/upload-pages-artifact@v3
with:
path: ./dist/sites/js.cubing.net/
retention-days: 1
Expand Down

0 comments on commit 8d7c160

Please sign in to comment.