Skip to content

Commit b8d106c

Browse files
fix[fuzz]: longer retention for outputs (#6402)
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 6a4ca88 commit b8d106c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-fuzzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@ jobs:
157157
with:
158158
name: ${{ inputs.fuzz_target }}-crash-artifacts
159159
path: fuzz/artifacts
160-
retention-days: 30
160+
retention-days: 180
161161

162162
- name: Archive fuzzer output log
163163
if: steps.check.outputs.crashes_found == 'true'
164164
uses: actions/upload-artifact@v5
165165
with:
166166
name: ${{ inputs.fuzz_target }}-logs
167167
path: fuzz_output.log
168-
retention-days: 30
168+
retention-days: 90
169169

170170
- name: Persist corpus
171171
shell: bash

0 commit comments

Comments
 (0)