From 949a9519353ab146a8e96774f4c3fb9807177755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:59:36 +0100 Subject: [PATCH] Bump dawidd6/action-download-artifact from 6 to 7 (#4940) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 1d9c8dc5ea..2922205652 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest 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