From 0e0dcb34db16e98b8b8b28813a815df1cce9d6b3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Sun, 1 Feb 2026 02:48:07 +0000 Subject: [PATCH] chore(deps): Update dawidd6/action-download-artifact action to v12 --- .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 926e536342..132a01b551 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@v11 + uses: dawidd6/action-download-artifact@v12 with: # This is the workflow that triggered this run workflow: ${{ github.event.workflow.id }}