From aae4692e2fd77d33875ba0b77b8efa7a5296c23b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:22:17 +0100 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 (#96) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 29686ad..4c995ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: "reports"