From 7a31fd0f2604b6befe686a8ed714c3ddec24af1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:32:13 +0100 Subject: [PATCH] chore(deps): [WPB-9777] bump dawidd6/action-download-artifact from 7 to 8 (#3854) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 df1197ab9d..1be2708396 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@v7 + uses: dawidd6/action-download-artifact@v8 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts