We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f8d0c commit c224461Copy full SHA for c224461
1 file changed
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
submodules: true
43
- run: rustup update stable --no-self-update && rustup default stable
44
- - uses: bytecodealliance/wasmtime/.github/actions/binary-compatible-builds@v17.0.1
+ - uses: bytecodealliance/wasmtime/.github/actions/binary-compatible-builds@v20.0.0
45
46
name: ${{ matrix.build }}
47
if: matrix.build != 'wasm32-wasi'
@@ -51,7 +51,7 @@ jobs:
51
if: matrix.target != ''
52
- run: $CENTOS cargo build --release
53
- run: ./ci/build-tarballs.sh "${{ matrix.build }}" "${{ matrix.target }}"
54
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
55
56
name: bins-${{ matrix.build }}
57
path: dist
0 commit comments