Skip to content

Commit

Permalink
Merge pull request #315 from koordinates/hc-update-artifact-upload-ac…
Browse files Browse the repository at this point in the history
…tion

Update download-artifact workflow action to v4
  • Loading branch information
rcoup authored Oct 26, 2024
2 parents 1eea807 + 0658e2f commit e58ef0c
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 e58ef0c

Please sign in to comment.