Skip to content

Commit 59c109f

Browse files
committed
Update actions/upload-artifact@v5 -> v6
1 parent 8b6a40d commit 59c109f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: cargo check --no-default-features --features alloc
3131
- run: cargo test
3232
if: matrix.rust != '1.68.0'
33-
- uses: actions/upload-artifact@v5
33+
- uses: actions/upload-artifact@v6
3434
if: matrix.rust == 'nightly' && always()
3535
with:
3636
name: Cargo.lock

0 commit comments

Comments
 (0)