mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
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
3
.github/actions/upload-artifact/action.yml
vendored
3
.github/actions/upload-artifact/action.yml
vendored
@ -16,4 +16,5 @@ runs:
|
||||
with:
|
||||
name: ${{ inputs.name }}
|
||||
path: ${{ inputs.path }}
|
||||
retention-days: 14
|
||||
# Default is 90 days.
|
||||
retention-days: 60
|
||||
|
Loading…
Reference in New Issue
Block a user