We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b508487 commit 765bfa8Copy full SHA for 765bfa8
.github/workflows/cifuzz.yml
@@ -19,7 +19,7 @@ jobs:
19
dry-run: false
20
language: rust
21
- name: Upload Crash
22
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
23
if: failure() && steps.build.outcome == 'success'
24
with:
25
name: artifacts
0 commit comments