Skip to content

Commit

Permalink
Update actions/upload-artifact to v4 for deploying step
Browse files Browse the repository at this point in the history
  • Loading branch information
falbru committed Oct 28, 2024
1 parent fce26a6 commit 8d9299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/statutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Collect build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-files
path: gh-pages
Expand Down

0 comments on commit 8d9299e

Please sign in to comment.