From c7890bc241b020cab7f1788386ac2a9f086047a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:33:05 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 20 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 20 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v20...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/github-pr-coverage-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pr-coverage-comment.yml b/.github/workflows/github-pr-coverage-comment.yml index 23727a5d7..c397fe6ef 100644 --- a/.github/workflows/github-pr-coverage-comment.yml +++ b/.github/workflows/github-pr-coverage-comment.yml @@ -24,7 +24,7 @@ jobs: run-id: ${{ github.event.workflow_run.id }} - name: "Download baseline coverage" - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 continue-on-error: true with: workflow: github-default-actions.yml