CI: Keep GHA artifacts for 60 days
This commit is contained in:
parent
04a530f91f
commit
06f4968a82
|
@ -16,4 +16,5 @@ runs:
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.name }}
|
name: ${{ inputs.name }}
|
||||||
path: ${{ inputs.path }}
|
path: ${{ inputs.path }}
|
||||||
retention-days: 14
|
# Default is 90 days.
|
||||||
|
retention-days: 60
|
||||||
|
|
Loading…
Reference in New Issue