From 93b1d8cce37320984c38a6d85fc6a29de8171e6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:45:58 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v3 --- .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 }}