From 7f0087d2d433b7cb98d80227406d65493b618c83 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:50:23 +0200 Subject: [PATCH] Update upload-pages-artifact.yaml - 10 day retention --- .github/workflows/upload-pages-artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-pages-artifact.yaml b/.github/workflows/upload-pages-artifact.yaml index 1bec152..9ee0b52 100644 --- a/.github/workflows/upload-pages-artifact.yaml +++ b/.github/workflows/upload-pages-artifact.yaml @@ -13,7 +13,7 @@ inputs: retention-days: description: "Duration after which artifact will expire in days." required: false - default: "1" + default: "10" outputs: artifact_id: description: "The ID of the artifact that was uploaded."