Skip to content

Commit

Permalink
Merge pull request #288 from bytecodealliance/use-download-artifact-v…
Browse files Browse the repository at this point in the history
…3-for-releases

[ci skip] chore: Update release workflow to use download-artifact@v3
  • Loading branch information
saulecabrera authored Jan 30, 2024
2 parents d2e6ac5 + 9f6a717 commit c956106
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ jobs:
cargo-cache: true
cache-version: v1

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

Expand Down

0 comments on commit c956106

Please sign in to comment.