From 7b073aeb6c585f8d18ecd59fa8dc96fb252ee1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:28:23 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 12 to 13 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 12 to 13. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v12...v13) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '13' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54776c3..7e89b38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -148,7 +148,7 @@ jobs: version: 9 - name: Download CI artifacts - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v13 with: workflow: ci.yml run_id: ${{ needs.check-artifacts.outputs.run_id }}