From c70b6090b8d3b642727e73a26d391a664d69fca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 19:04:16 +0000 Subject: [PATCH] deps(actions)(deps): bump dawidd6/action-download-artifact from 20 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 20 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v20...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 66a8c24..ce83271 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -255,7 +255,7 @@ jobs: - name: Download existing Pages content if: ${{ inputs.publish-pages && inputs.pages-merge-workflow != '' && steps.pages.outputs.exists == 'true' && inputs.pr-from-fork == false }} - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ inputs.pages-merge-workflow }} @@ -319,7 +319,7 @@ jobs: - name: Download baseline artifact if: ${{ inputs.compare-to-baseline }} - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ inputs.baseline-workflow-file }}