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