From 0358f1278f338ee1b2d1ea5870513c6b00661e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:13:03 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 2 to 3 (#2555) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yamil Medina Co-authored-by: Vitor Hugo Schwaab --- .github/workflows/publish-test-results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-test-results.yml b/.github/workflows/publish-test-results.yml index f6f85d683bb..53dc3ecdbad 100644 --- a/.github/workflows/publish-test-results.yml +++ b/.github/workflows/publish-test-results.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Download and Extract Artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts