From 74bc64cb9a8ea3f861023ba3adb94f19d8ffda5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:26:46 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .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 4630baa..869dbbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: - test - test-scripts steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: coverages - name: Install cc-test-reporter