From 60d1f2184f6b7573d2c0ed751abf35e75f702838 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:54:13 +0000 Subject: [PATCH] chore(deps): Update dawidd6/action-download-artifact action to v6 --- .github/workflows/test_results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_results.yml b/.github/workflows/test_results.yml index 86e2e92..f8a5aae 100644 --- a/.github/workflows/test_results.yml +++ b/.github/workflows/test_results.yml @@ -20,7 +20,7 @@ jobs: actions: read steps: - name: Download and Extract Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts