Skip to content

Commit c224461

Browse files
authored
Update GitHub Actions actions to resolve warnings (#1547)
Mostly getting things off Node 16
1 parent a5f8d0c commit c224461

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
submodules: true
4343
- run: rustup update stable --no-self-update && rustup default stable
44-
- uses: bytecodealliance/wasmtime/.github/actions/binary-compatible-builds@v17.0.1
44+
- uses: bytecodealliance/wasmtime/.github/actions/binary-compatible-builds@v20.0.0
4545
with:
4646
name: ${{ matrix.build }}
4747
if: matrix.build != 'wasm32-wasi'
@@ -51,7 +51,7 @@ jobs:
5151
if: matrix.target != ''
5252
- run: $CENTOS cargo build --release
5353
- run: ./ci/build-tarballs.sh "${{ matrix.build }}" "${{ matrix.target }}"
54-
- uses: actions/upload-artifact@v3
54+
- uses: actions/upload-artifact@v4
5555
with:
5656
name: bins-${{ matrix.build }}
5757
path: dist

0 commit comments

Comments
 (0)