From 4cb1e30083aaeb1097a2a34fbc0fa6589b32d50f Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 23 Dec 2024 10:37:31 +0000 Subject: [PATCH] fix(deps): Update dawidd6/action-download-artifact action to v7 --- .github/workflows/unittest-post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest-post.yml b/.github/workflows/unittest-post.yml index f1801b5113..22df143adf 100644 --- a/.github/workflows/unittest-post.yml +++ b/.github/workflows/unittest-post.yml @@ -14,7 +14,7 @@ jobs: # This posts the status to the PR/commit - uses: haya14busa/action-workflow_run-status@v1 - name: Download benchmarks - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: # This is the workflow that triggered this run workflow: ${{ github.event.workflow.id }}