From b11064c0aef443fdd1aa63557e1ece9d2231bda2 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 24 Mar 2025 01:18:55 +0100 Subject: [PATCH] CI: Reduce js-benchmarks artifact retention to 90 days This is GitHub's default maximum. Prevents generating a warning on each workflow run. --- .github/workflows/js-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js-benchmarks.yml b/.github/workflows/js-benchmarks.yml index 0128067f506..052dc079be5 100644 --- a/.github/workflows/js-benchmarks.yml +++ b/.github/workflows/js-benchmarks.yml @@ -58,4 +58,4 @@ jobs: with: name: js-benchmarks-results path: js-benchmarks/results.json - retention-days: 93 + retention-days: 90