Skip to content

Commit 0f6f35e

Browse files
authored
Set retention days for fuzz artifacts and corpus
Added retention days for uploaded artifacts and corpus.
1 parent 8133550 commit 0f6f35e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/fuzz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ jobs:
7676
with:
7777
name: fuzz-artifacts-${{ matrix.target }}
7878
path: fuzz/artifacts/${{ matrix.target }}/
79+
retention-days: 1
7980

8081
- name: Upload corpus
8182
if: always()
8283
uses: actions/upload-artifact@v7
8384
with:
8485
name: fuzz-corpus-${{ matrix.target }}
8586
path: fuzz/corpus/${{ matrix.target }}/
87+
retention-days: 1

0 commit comments

Comments
 (0)