Skip to content

Commit 0fac90f

Browse files
committed
Update actions/upload-artifact@v4 -> v5
1 parent d14ff7e commit 0fac90f

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
@@ -39,7 +39,7 @@ jobs:
3939
- run: cargo test
4040
if: matrix.rust != '1.68.0'
4141
- run: cargo run --manifest-path benches/Cargo.toml
42-
- uses: actions/upload-artifact@v4
42+
- uses: actions/upload-artifact@v5
4343
if: matrix.rust == 'nightly' && always()
4444
with:
4545
name: Cargo.lock

0 commit comments

Comments
 (0)