From cc3982dab03acaefda492a6be60c788681986639 Mon Sep 17 00:00:00 2001 From: John David White <127981157+john-david3@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:51:00 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d40ba7b..59af29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,9 @@ jobs: run: | pylint $(git ls-files '*.py') - name: Upload Artifact + if: success() || failure() uses: actions/upload-artifact@v4 with: name: test-results-lint - path: artifacts/test-results-lint.txt + path: /artifacts/test-results-lint.txt + retention-days: 1