From 09ef4300c12f38283c9fe1b7dd206e4079aa752f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:35:08 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 21 to 23 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 21 to 23. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v21...v23) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '23' 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 2a7113e..01f13d0 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@v21 + uses: dawidd6/action-download-artifact@v23 if: ${{ steps.release.outputs.release_created }} with: github_token: ${{ secrets.GITHUB_TOKEN }}