Skip to content

Commit 1096f1a

Browse files
committed
Update actions/upload-artifact@v4 -> v5
1 parent 4275e26 commit 1096f1a

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
@@ -77,7 +77,7 @@ jobs:
7777
run: cargo test
7878
env:
7979
RUSTFLAGS: -Z allow-features= --cfg procmacro2_backtrace ${{env.RUSTFLAGS}}
80-
- uses: actions/upload-artifact@v4
80+
- uses: actions/upload-artifact@v5
8181
if: always()
8282
with:
8383
name: Cargo.lock

0 commit comments

Comments
 (0)