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>
(cherry picked from commit e038a71)
  • Loading branch information
denyeart authored and mergify[bot] committed May 22, 2024
1 parent 5f1ef66 commit 25a4c9d
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 @@ -143,7 +143,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 25a4c9d

Please sign in to comment.