Skip to content

Commit

Permalink
Merge pull request #671 from kravciak/artifact
Browse files Browse the repository at this point in the history
Upgrade artifact upload/download to v4
  • Loading branch information
flavio authored Dec 22, 2023
2 parents e1c5ef6 + 18ba7e4 commit 7dd239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
core.setFailed(`Draft release not found`)
- name: Download all artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
# no name provided, download all artifacts. Puts them in folders.

- name: Display structure of downloaded files
Expand Down

0 comments on commit 7dd239d

Please sign in to comment.