From a55bae29cd02195ff1988900271aec9675ab4d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:27:05 +0000 Subject: [PATCH] github-actions: bump dawidd6/action-download-artifact from 11 to 15 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 15. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v11...v15) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c316b0b69..cb079ec31 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -55,7 +55,7 @@ jobs: with: ref: main - name: Download artifact - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v15 with: name: "${{ needs.create-coverage-name.outputs.coverage-name }}-coverage" branch: "${{ needs.make-tag.outputs.tag }}"