From 8cb8b836ff8a729698b13970b9e213e7452afb94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:36:24 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .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 11bc758..b8d7683 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: "reports"