Ver código fonte

CI: Keep GHA artifacts for 60 days

Rémi Verschelde 1 ano atrás
pai
commit
06f4968a82
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      .github/actions/upload-artifact/action.yml

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

@@ -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