From b3ce9566a19b46273918b7c3436c2840d78bbbcf Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 20 Feb 2023 09:54:48 +0000 Subject: [PATCH] ci: reduce artifact retention days --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d534abb877..6726e35d44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Cache dist uses: actions/upload-artifact@v3 with: - retention-days: 5 + retention-days: 3 name: dist path: packages/*/dist