Skip to content

Commit 576e2ef

Browse files
committed
Update actions/upload-artifact@v5 -> v6
1 parent dd0eb0f commit 576e2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6
2222
- uses: dtolnay/rust-toolchain@nightly
2323
- run: cd test_suite && cargo test --features unstable
24-
- uses: actions/upload-artifact@v5
24+
- uses: actions/upload-artifact@v6
2525
if: always()
2626
with:
2727
name: Cargo.lock

0 commit comments

Comments
 (0)