Browse Source

CI: Keep GHA artifacts for 60 days

Rémi Verschelde 1 year ago
parent
commit
06f4968a82
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/actions/upload-artifact/action.yml

+ 2 - 1
.github/actions/upload-artifact/action.yml

@@ -16,4 +16,5 @@ runs:
       with:
         name: ${{ inputs.name }}
         path: ${{ inputs.path }}
-        retention-days: 14
+        # Default is 90 days.
+        retention-days: 60