Skip to content

Commit

Permalink
Update download-artifact workflow action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcampbell authored Oct 25, 2024
1 parent 1eea807 commit 0658e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo ${{ github.event.pull_request.head.sha }} | tee git_commit
echo ${{ github.event.number }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: koordinates_package.${{ env.VERSION }}
path: tmp

0 comments on commit 0658e2f

Please sign in to comment.