Merge pull request #93421 from akien-mga/ci-gha-artifact-retention-2-months
CI: Keep GHA artifacts for 60 days
This commit is contained in:
commit
0e4b06a830
1 changed files with 2 additions and 1 deletions
3
.github/actions/upload-artifact/action.yml
vendored
3
.github/actions/upload-artifact/action.yml
vendored
|
@ -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 a new issue