We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6366592 commit 5b83873Copy full SHA for 5b83873
.github/workflows/emulator-wasm.yml
@@ -37,7 +37,7 @@ jobs:
37
run: cmake --build ${{ env.OUTPUT_DIR }} --config ${{ env.BUILD_TYPE }}
38
39
- name: Archive build artifacts
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: emulator-wasm-build
43
path: ${{ env.OUTPUT_DIR }}/bin
0 commit comments