From 0666f68755c2afe26dfb79fb168e8d68245c9cc1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 11 Jan 2024 17:28:13 +0100 Subject: [PATCH] Revert "build(deps): Bump the github-actions group with 1 update" --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 679f212..c18df5d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: Store test results if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: test-results path: target/*.xml