From 7d19741ec5e68de3a2c79de03b356911050b8455 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Mon, 2 Dec 2024 15:46:02 +0000 Subject: [PATCH] CI: Keep test artifacts around longer From this action's documentation, "0 means using default retention." There's no reason for this to have a different retention duration than the CI results themselves. --- .github/workflows/lagom-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lagom-template.yml b/.github/workflows/lagom-template.yml index c0ba92128d96..23e9fdee3724 100644 --- a/.github/workflows/lagom-template.yml +++ b/.github/workflows/lagom-template.yml @@ -192,7 +192,7 @@ jobs: with: name: libweb-test-artifacts-${{ inputs.os_name }}-${{inputs.fuzzer}}-${{inputs.toolchain}}-${{inputs.clang-plugins}} path: ${{ github.workspace }}/Build/UI/Headless/test-dumps - retention-days: 7 + retention-days: 0 if-no-files-found: ignore - name: Lints