We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bc911 commit 348128fCopy full SHA for 348128f
.github/workflows/cifuzz.yaml
@@ -22,7 +22,7 @@ jobs:
22
dry-run: false
23
sanitizer: ${{ matrix.sanitizer }}
24
- name: Upload Crash
25
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
26
if: failure()
27
with:
28
name: ${{ matrix.sanitizer }}-artifacts
0 commit comments