Skip to content

Commit

Permalink
Update upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
BinderDavid committed Dec 4, 2024
1 parent 7016fd8 commit 7f8e9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: find build-folder -type d -exec chmod 755 {} \;
- run: find build-folder -type f -exec chmod 644 {} \;
- name: Upload GH Pages site
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: gh-pages-site
path: build-folder
Expand Down

0 comments on commit 7f8e9ff

Please sign in to comment.