mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
CI: Keep GHA artifacts for 60 days
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user