From 942d590d3e561e86ed67b268e804d6c67582ed78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 08:30:59 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2 to 24 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 24. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v24) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index badd110..c2d09ac 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,14 +23,14 @@ jobs: mkdir -p test-coverage/unit test-coverage/e2e test-coverage/all - name: Download unit tests coverage report - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v24 with: workflow: unit.yml branch: ${{ github.event.inputs.GIT_BRANCH }} path: test-coverage/unit - name: Download e2e tests coverage report - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v24 with: workflow: e2e.yml branch: ${{ github.event.inputs.GIT_BRANCH }}