Skip to content

Commit 9f6a717

Browse files
committed
[ci skip] chore: Update release workflow
1 parent d2e6ac5 commit 9f6a717

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.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)