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.
This commit is contained in:
Sam Atkins 2024-12-02 15:46:02 +00:00 committed by Tim Flynn
commit 432bbb4a56
Notes: github-actions[bot] 2024-12-02 23:05:49 +00:00

View file

@ -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