From 55fcedb37740cf5714d4ee831873b09a8166aab9 Mon Sep 17 00:00:00 2001 From: John David White <127981157+john-david3@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:56:23 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c90104b..cad4d2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,5 +26,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-results-lint - path: /.github/artifacts/test-results-lint.log + path: /tmp/linter-logs/ retention-days: 1