Skip to content

Commit 386aac1

Browse files
committed
Update actions/upload-artifact@v4 -> v5
1 parent ec50561 commit 386aac1

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
@@ -42,7 +42,7 @@ jobs:
4242
- run: cargo test --manifest-path tests/no-std/Cargo.toml
4343
if: matrix.rust != '1.76.0'
4444
- run: cargo test --no-default-features
45-
- uses: actions/upload-artifact@v4
45+
- uses: actions/upload-artifact@v5
4646
if: matrix.rust == 'nightly' && always()
4747
with:
4848
name: Cargo.lock

0 commit comments

Comments
 (0)