From 464c4b473a86f155f5b92c9578a1e9b1c4af8ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:23:06 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 6 to 7 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/upload-pr-benchmarks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload-pr-benchmarks.yaml b/.github/workflows/upload-pr-benchmarks.yaml index 13937c7b8d..ef43d74737 100644 --- a/.github/workflows/upload-pr-benchmarks.yaml +++ b/.github/workflows/upload-pr-benchmarks.yaml @@ -15,12 +15,12 @@ jobs: PR_EVENT: event.json steps: - name: Download Benchmark Results - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 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@v7 with: name: ${{ env.PR_EVENT }} run_id: ${{ github.event.workflow_run.id }}