From b828650cc56f22297fff515f3b42bc0fc1ac1ea1 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 21 Jul 2020 18:11:09 -0400 Subject: [PATCH] Reduce the availability of old pipeline `binaries` artifacts --- .github/workflows/remove-old-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-old-artifacts.yml b/.github/workflows/remove-old-artifacts.yml index 822fff04f..d8e62c452 100644 --- a/.github/workflows/remove-old-artifacts.yml +++ b/.github/workflows/remove-old-artifacts.yml @@ -14,5 +14,5 @@ jobs: - name: Remove old artifacts uses: c-hive/gha-remove-artifacts@v1 with: - age: '7 days' + age: '5 days' skip-tags: false