From 94b886fe155c6a8195d31b1a9282263630427c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:35:27 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 6 to 10 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v10) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark_fork_track.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark_fork_track.yml b/.github/workflows/benchmark_fork_track.yml index aef3837b..2eb706dd 100644 --- a/.github/workflows/benchmark_fork_track.yml +++ b/.github/workflows/benchmark_fork_track.yml @@ -20,13 +20,13 @@ jobs: egress-policy: audit - name: Download Benchmark Results - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v10 with: name: ${{ env.BENCHMARK_RESULTS }} run_id: ${{ github.event.workflow_run.id }} - name: Download PR Event - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v10 with: name: ${{ env.PR_EVENT }} run_id: ${{ github.event.workflow_run.id }}