Skip to content

Commit 06f830f

Browse files
committed
Update actions/upload-artifact@v5 -> v6
1 parent ef89125 commit 06f830f

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
@@ -37,7 +37,7 @@ jobs:
3737
- run: cargo check --workspace
3838
- run: cargo test --workspace
3939
if: matrix.rust != '1.68.0'
40-
- uses: actions/upload-artifact@v5
40+
- uses: actions/upload-artifact@v6
4141
if: matrix.rust == 'nightly' && always()
4242
with:
4343
name: Cargo.lock

0 commit comments

Comments
 (0)