From f2b0a5f5d724d7d7003278b602741f0b4f8419a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 13:09:28 -0400 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v3 (#6573) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/benchmark-post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-post.yml b/.github/workflows/benchmark-post.yml index 9489dc6d31b..938c17ba478 100644 --- a/.github/workflows/benchmark-post.yml +++ b/.github/workflows/benchmark-post.yml @@ -12,7 +12,7 @@ jobs: # This posts the status to the PR/commit - uses: haya14busa/action-workflow_run-status@v1 - name: Download deltas - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: # This is the workflow that triggered this run workflow: ${{ github.event.workflow.id }}