From 9dd6f1da170186d2fe4261188a9fcaf246f43f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 19:03:52 +0000 Subject: [PATCH] deps(actions)(deps): bump dawidd6/action-download-artifact from 16 to 18 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 18. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v16...v18) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '18' 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 2c73d06..1b33b32 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@v16 + uses: dawidd6/action-download-artifact@v18 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@v16 + uses: dawidd6/action-download-artifact@v18 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ inputs.baseline-workflow-file }}