From 9abb30b33924bf061b89c40aad92a8119a0100c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:41:35 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-bazel-testreports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-bazel-testreports.yml b/.github/workflows/ci-bazel-testreports.yml index f8429d9f..1b6384fa 100644 --- a/.github/workflows/ci-bazel-testreports.yml +++ b/.github/workflows/ci-bazel-testreports.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Download Test Report - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: name: junit-test-results-${{ matrix.place }}-${{ matrix.short_name }} workflow: ${{ github.event.workflow.id }}