From 1e024e8cf88b8bc243cbdacf97a4c7816b154b38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:43:23 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 437c268..20ffb92 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -65,7 +65,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: "reports"