From 98d2bfb77b150b1a95bcc4d51b61744a1cb4b7a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:10:32 +0000 Subject: [PATCH] chore(deps): Update dawidd6/action-download-artifact action to v6 [SECURITY] --- .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 364db95..d2f1929 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