Skip to content

Commit 765bfa8

Browse files
committed
Fix the fuzzer to use a new version of upload-artifact
1 parent b508487 commit 765bfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dry-run: false
2020
language: rust
2121
- name: Upload Crash
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
if: failure() && steps.build.outcome == 'success'
2424
with:
2525
name: artifacts

0 commit comments

Comments
 (0)