From 1087008909e9ad8e1d286912d208b23b93d57d03 Mon Sep 17 00:00:00 2001 From: Vasco Ramos Date: Tue, 11 Apr 2023 12:46:51 +0100 Subject: [PATCH] chore(actions): update artifacts retention policy (#1304) --- .github/workflows/release-deprecated.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release-deprecated.yml b/.github/workflows/release-deprecated.yml index cb4bbbd60..5d1d25af3 100644 --- a/.github/workflows/release-deprecated.yml +++ b/.github/workflows/release-deprecated.yml @@ -50,6 +50,7 @@ jobs: - name: Upload Pipeline Artifacts uses: actions/upload-artifact@v3 with: + retention-days: 1 name: built-artifacts path: dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89e5af22f..ba463213b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,7 @@ jobs: - name: Upload Pipeline Artifacts uses: actions/upload-artifact@v3 with: + retention-days: 1 name: built-artifacts path: dist/