Skip to content

Commit

Permalink
Merge pull request #93 from abakus-ntnu/update-github-actions
Browse files Browse the repository at this point in the history
Update actions/upload-artifact to v4 for deploying step
  • Loading branch information
falbru authored Oct 28, 2024
2 parents d30f80b + 8d9299e commit 933c0b8
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 933c0b8

Please sign in to comment.