From 412b2bc7bb4f5efac92117d851ba73bdefe7beea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:48:22 +0000 Subject: [PATCH] chore(deps): 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 5a2ace427..0147f59ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: fetch-depth: 2 - name: Download coverage files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: reports