We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2e6ac5 + 9f6a717 commit c956106Copy full SHA for c956106
.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