From 769ce6b399d584ff3e0dcf9f48003be475b41e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:57:32 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 16 to 19 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 19. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v16...v19) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67445c7..577d1f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: fail-on-error: true - name: 📭 Restore coverage history - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v19 with: name: CoverageHistory path: CoverageHistory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ff9353..4528c17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: fail-on-error: true - name: 📭 Restore coverage history - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v19 with: name: CoverageHistory path: CoverageHistory