From 7895d362622f997c84f2c0ef3d75936821e037ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:00:04 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' 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 47acbc5..2ce9e84 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@v21 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@v21 with: workflow: e2e.yml branch: ${{ github.event.inputs.GIT_BRANCH }}