Skip to content

Commit c956106

Browse files
authored
Merge pull request #288 from bytecodealliance/use-download-artifact-v3-for-releases
[ci skip] chore: Update release workflow to use download-artifact@v3
2 parents d2e6ac5 + 9f6a717 commit c956106

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ jobs:
7171
cargo-cache: true
7272
cache-version: v1
7373

74-
- uses: actions/download-artifact@v4
74+
# It seems that v4 is not compatible with how artifacts are uploaded by
75+
# oxidize-rb/cross-gem-action. So this must stay as v3 until the issue
76+
# below is fixed.
77+
# See https://github.com/oxidize-rb/actions/issues/27, for more details.
78+
- uses: actions/download-artifact@v3
7579
with:
7680
name: cross-gem
7781

0 commit comments

Comments
 (0)