Skip to content

Commit 8da40df

Browse files
chore(deps): update actions/upload-artifact action to v7 (#676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87d80d0 commit 8da40df

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@v6
80+
- uses: actions/upload-artifact@v7
8181
if: failure()
8282
with:
8383
name: fuzzing-artifacts-${{ matrix.fuzz_target }}-${{ github.sha }}

0 commit comments

Comments
 (0)