Skip to content

Commit 044edb8

Browse files
chore(deps): update actions/upload-artifact action to v6 (#669)
1 parent 996c875 commit 044edb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
env:
7878
RUSTFLAGS: -D warnings ${{ matrix.target.rustflags }}
7979
# Upload fuzzing artifacts on failure for post-mortem debugging.
80-
- uses: actions/upload-artifact@v4
80+
- uses: actions/upload-artifact@v6
8181
if: failure()
8282
with:
8383
name: fuzzing-artifacts-${{ matrix.fuzz_target }}-${{ github.sha }}

0 commit comments

Comments
 (0)