From 980a1faa763bdc750ee8ae2886aefbfa1a7f8aec Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:39:24 +0000 Subject: [PATCH] chore(deps): Update dawidd6/action-download-artifact action to v19 --- .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 336e6dd8c6..7b86dfb804 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@967ed83efa565c257675ed70cfe5231f062ddd94 # v1 - name: Download benchmarks - uses: dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: # This is the workflow that triggered this run workflow: ${{ github.event.workflow.id }}