File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 runner_tag : ARM64
2424 steps :
2525 - name : checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727
2828 - name : build-image
2929 run : |
7676 wasm-tools-${{ github.ref_name }}-${{ matrix.arch }}-linux
7777
7878 - name : upload-artifact
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v6
8080 with :
8181 name : wasm-tools-${{ github.ref_name }}-${{ matrix.arch }}-linux
8282 path : wasm-tools-${{ github.ref_name }}-${{ matrix.arch }}-linux.tar.zst
9595 MACOSX_DEPLOYMENT_TARGET : " 11.0"
9696 steps :
9797 - name : checkout
98- uses : actions/checkout@v4
98+ uses : actions/checkout@v6
9999
100100 - name : install-deps
101101 run : |
@@ -121,7 +121,7 @@ jobs:
121121 wasm-tools-${{ github.ref_name }}-darwin-${{ matrix.arch }}
122122
123123 - name : upload-artifact
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@v6
125125 with :
126126 name : wasm-tools-${{ github.ref_name }}-darwin-${{ matrix.arch }}
127127 path : wasm-tools-${{ github.ref_name }}-darwin-${{ matrix.arch }}.tar.zst
Original file line number Diff line number Diff line change 33Static builds of ` wasm-tools ` , ` wasmtime-cli ` , ` wizer ` for
44{x86_64,aarch64}-{linux,darwin}:
55
6- - ` wasm-component-ld ` : ` v0.5.19 `
7- - ` wasm-tools ` : ` v1.241.2 `
8- - ` wasmi_cli ` : ` v0.51.2 `
9- - ` wasmtime-cli ` : ` v39 .0.0`
10- - ` wit-bindgen-cli ` : ` v0.48 .0 `
6+ - ` wasm-component-ld ` : ` v0.5.20 `
7+ - ` wasm-tools ` : ` v1.244.0 `
8+ - ` wasmi_cli ` : ` v1.0.7 `
9+ - ` wasmtime-cli ` : ` v41 .0.0`
10+ - ` wit-bindgen-cli ` : ` v0.51 .0 `
1111- ` wizer ` : ` v10.0.0 `
You can’t perform that action at this time.
0 commit comments