GHA: BUMP actions/upload-artifact@v4 (from v3)

This commit is contained in:
Darryl L. Miles 2024-09-30 23:00:00 +01:00 committed by Tim Edwards
parent 08affbe032
commit 7589bdba10
1 changed files with 1 additions and 1 deletions

View File

@ -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: |