Skip to content

Commit

Permalink
Update download-artifact to v4 to fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Oct 22, 2024
1 parent fafadb6 commit bbe59a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
# make a release on every tag
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: zpkgs
path: zpkgs
merge-multiple: true


- name: Github Release
# We pin to the SHA, not the tag, for security reasons.
Expand Down

0 comments on commit bbe59a1

Please sign in to comment.