Skip to content

Commit ec42ea7

Browse files
committed
Update actions/upload-artifact@v6 -> v7
1 parent 4178c4a commit ec42ea7

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
@@ -41,7 +41,7 @@ jobs:
4141
- run: cargo test --workspace --exclude thiserror_no_std_test
4242
- run: cargo test --manifest-path tests/no-std/Cargo.toml
4343
- run: cargo test --no-default-features
44-
- uses: actions/upload-artifact@v6
44+
- uses: actions/upload-artifact@v7
4545
if: matrix.rust == 'nightly' && always()
4646
with:
4747
name: Cargo.lock

0 commit comments

Comments
 (0)