File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments