From b8735c68f76c3afc6beca0b9e3875fb95acc2014 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 18:40:32 +0000 Subject: [PATCH] chore(deps): Update dawidd6/action-download-artifact action to v7 --- .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 ebfc2e3..ad2603d 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@v6 + uses: dawidd6/action-download-artifact@v7 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts