Skip to content

Commit 3eade38

Browse files
committed
ci-fuzz.yml: Migrate to actions/upload-artifact@7.
Version @3 is no longer supported.
1 parent 3420ce7 commit 3eade38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fuzz-seconds: 600
2424
output-sarif: true
2525
- name: Upload Crash
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v7
2727
if: failure() && steps.build.outcome == 'success'
2828
with:
2929
name: artifacts

0 commit comments

Comments
 (0)