GHA: BUMP actions/upload-artifact@v4 (from v3)
This commit is contained in:
parent
08affbe032
commit
7589bdba10
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --target=asmjs-unknown-emscripten
|
emconfigure ./configure --without-cairo --without-opengl --without-x --disable-readline --target=asmjs-unknown-emscripten
|
||||||
emmake make
|
emmake make
|
||||||
- name: archive wasm bundle
|
- name: archive wasm bundle
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: magic-wasm-bundle
|
name: magic-wasm-bundle
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue