Explorar el Código

Merge pull request #93421 from akien-mga/ci-gha-artifact-retention-2-months

CI: Keep GHA artifacts for 60 days
Rémi Verschelde hace 1 año
padre
commit
0e4b06a830
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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