From 19cff440cba983e5f514982d71bd512c30d7348d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:53:00 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 14 to 16 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 14 to 16. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v14...v16) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f5ce7b..2548fdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download base branch coverage - uses: dawidd6/action-download-artifact@v14 + uses: dawidd6/action-download-artifact@v16 with: workflow: test.yml branch: ${{ github.event.pull_request.base.ref }}