瀏覽代碼

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

CI: Keep GHA artifacts for 60 days
Rémi Verschelde 1 年之前
父節點
當前提交
0e4b06a830
共有 1 個文件被更改,包括 2 次插入1 次删除
  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