Skip to content

Commit f8334cb

Browse files
committed
260121
1 parent 72525fb commit f8334cb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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: |
@@ -76,7 +76,7 @@ jobs:
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
@@ -95,7 +95,7 @@ jobs:
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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Static 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`

0 commit comments

Comments
 (0)