From 5f64d48401067b1e3ad53bdbfec33ccf38377acd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:30:52 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v6 (#2520) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-ci-test-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-ci-test-report.yml b/.github/workflows/publish-ci-test-report.yml index 2b0e2e633..bb4575410 100644 --- a/.github/workflows/publish-ci-test-report.yml +++ b/.github/workflows/publish-ci-test-report.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Download artifact id: download-artifact - uses: dawidd6/action-download-artifact@v5 + uses: dawidd6/action-download-artifact@v6 with: run_id: ${{ github.event.workflow_run.id }} name: test-results