From e8879efc13a5a51fab87e0a048c21c9a1f1db2e0 Mon Sep 17 00:00:00 2001 From: Sylvan Ravinet <1691996+sravinet@users.noreply.github.com> Date: Sat, 29 Aug 2026 16:04:39 +0200 Subject: [PATCH] chore(ci): cap Actions artifact retention at 10 days Sets retention-days: 10 on 1 upload-artifact step(s) across 1 workflow file(s). Part of an org-wide pass; artifacts older than 10 days were deleted in the same pass. --- .github/workflows/check-dist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 04481d53..343067f0 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -48,3 +48,4 @@ jobs: with: name: dist path: dist/ + retention-days: 10