Skip to content

Commit

Permalink
Bump actions/download-artifact to v4 (#4870)
Browse files Browse the repository at this point in the history
download-artifact needs to be v4 because
upload-artifact is already v4.
They must be at the same level for release pipeline to work correctly.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed May 21, 2024
1 parent 151ce02 commit e038a71
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 @@ -144,7 +144,7 @@ jobs:
uses: actions/checkout@v4
- name: Download Artifacts
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Release Fabric Version
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit e038a71

Please sign in to comment.