From 593cda570f08869cd80703736bb3c21ff4299430 Mon Sep 17 00:00:00 2001 From: Hoshiumi Arata Date: Tue, 19 Nov 2024 18:11:08 +0900 Subject: [PATCH] Update retention days for coverage report in GitHub Actions workflow --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c6d6a268a..dc4cda056 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,4 +37,4 @@ jobs: with: name: coverage-${{ github.sha }} path: coverage/ - retention-days: 14 + retention-days: 3