Skip to content

Commit b9121ee

Browse files
committed
Update actions/upload-artifact@v5 -> v6
1 parent 56ac8ca commit b9121ee

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
@@ -40,7 +40,7 @@ jobs:
4040
- run: cargo test --features small
4141
- run: cargo build --tests --features no-panic --release
4242
if: matrix.rust == 'nightly'
43-
- uses: actions/upload-artifact@v5
43+
- uses: actions/upload-artifact@v6
4444
if: matrix.rust == 'nightly' && always()
4545
with:
4646
name: Cargo.lock

0 commit comments

Comments
 (0)