From 20e142d04d929346ffb5ea0752ac218da50add52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:27:23 +0000 Subject: [PATCH] ci(deps): bump dawidd6/action-download-artifact from 16 to 20 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v16...v20) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 57efd6b6..ed5bf948 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -221,7 +221,7 @@ jobs: summary-always: true - name: Download previous benchmark history - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 if: github.event_name == 'push' && github.ref == 'refs/heads/main' continue-on-error: true with: @@ -302,7 +302,7 @@ jobs: continue-on-error: true - name: Download benchmark history - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 continue-on-error: true with: name: benchmark-history