From b656c3588d9973a03850ce0aec226b17ceebd8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:10:14 +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/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d17bdba..c56d820 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,7 +28,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - name: Download artifacts from CI - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 if: ${{ steps.release.outputs.release_created }} with: github_token: ${{ secrets.GITHUB_TOKEN }}