From f2f44e629bf7e085de34842c8d47dc815fa257ee Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Sun, 1 Mar 2026 03:09:13 +0000 Subject: [PATCH] chore(deps): Update dawidd6/action-download-artifact action to v15 --- .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 132a01b551..39583ba50e 100644 --- a/.github/workflows/unittest-post.yml +++ b/.github/workflows/unittest-post.yml @@ -18,7 +18,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@v12 + uses: dawidd6/action-download-artifact@v15 with: # This is the workflow that triggered this run workflow: ${{ github.event.workflow.id }}