Skip to content

Commit 7fff805

Browse files
committed
CI: Fix WASM library CI
1 parent 90039d1 commit 7fff805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wasmlib.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: WASM library
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- run: git submodule update --init extlib/mimalloc extlib/eigen
1515
- name: Pack
1616
shell: bash
@@ -20,7 +20,7 @@ jobs:
2020
rm libmimalloc.a || true
2121
zip -r slvs-wasmlib.zip .
2222
- name: Upload artifact
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: slvs-wasmlib
2626
path: build-wasmlib/bin/slvs-wasmlib.zip
@@ -31,9 +31,9 @@ jobs:
3131
]
3232
runs-on: ubuntu-22.04
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- run: git submodule update --init extlib/mimalloc extlib/eigen
36-
- uses: actions/download-artifact@v3
36+
- uses: actions/download-artifact@v4
3737
with:
3838
path: artifacts
3939
- name: Setup Node

0 commit comments

Comments
 (0)