From 488b1dad1479519a76b141432ca9fdc5fa03ade9 Mon Sep 17 00:00:00 2001 From: John David White <127981157+john-david3@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:47:01 +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 5acfb2f..d40ba7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-results-lint - path: ./artifacts/test-results-lint.txt + path: artifacts/test-results-lint.txt