We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8133550 commit 0f6f35eCopy full SHA for 0f6f35e
1 file changed
.github/workflows/fuzz.yml
@@ -76,10 +76,12 @@ jobs:
76
with:
77
name: fuzz-artifacts-${{ matrix.target }}
78
path: fuzz/artifacts/${{ matrix.target }}/
79
+ retention-days: 1
80
81
- name: Upload corpus
82
if: always()
83
uses: actions/upload-artifact@v7
84
85
name: fuzz-corpus-${{ matrix.target }}
86
path: fuzz/corpus/${{ matrix.target }}/
87
0 commit comments