From 76a9c8423a846e4b1f5dfa903890aad7c334f20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 04:31:29 +0000 Subject: [PATCH] chore(deps): 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/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8addc64..ad9969d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -112,7 +112,7 @@ jobs: - name: Download main.breakdown baseline id: download-main-breakdown if: github.event_name == 'pull_request' - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 with: branch: main workflow_conclusion: success