We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c557034 commit 9f793c4Copy full SHA for 9f793c4
.github/workflows/rust.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Run clippy
62
run: |
63
cargo clippy --all-targets --workspace -- -D warnings
64
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v5
65
with:
66
name: quickjs.wasm
67
path: ./quickjs.wasm
0 commit comments