Skip to content

Commit 9f793c4

Browse files
committed
ci
1 parent c557034 commit 9f793c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run clippy
6262
run: |
6363
cargo clippy --all-targets --workspace -- -D warnings
64-
- uses: actions/upload-artifact@v3
64+
- uses: actions/upload-artifact@v5
6565
with:
6666
name: quickjs.wasm
6767
path: ./quickjs.wasm

0 commit comments

Comments
 (0)