We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e6ac5 commit 9f6a717Copy full SHA for 9f6a717
1 file changed
.github/workflows/release.yml
@@ -71,7 +71,11 @@ jobs:
71
cargo-cache: true
72
cache-version: v1
73
74
- - uses: actions/download-artifact@v4
+ # 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
79
with:
80
name: cross-gem
81
0 commit comments