Skip to content

Commit f2c598c

Browse files
committed
Update actions/upload-artifact@v4 -> v5
1 parent 2c0bda4 commit f2c598c

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 check --no-default-features
4343
- run: cargo check --features backtrace
4444
if: matrix.rust != '1.80.0' && matrix.rust != '1.76.0'
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)