From 41b15b2c794ea15d6ffd70dd08a6060efa402498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:32:10 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 19 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v19...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-bazel-testreports.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-bazel-testreports.yml b/.github/workflows/ci-bazel-testreports.yml index c3a8e668..200e7420 100644 --- a/.github/workflows/ci-bazel-testreports.yml +++ b/.github/workflows/ci-bazel-testreports.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Download Test Report - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v21 with: name: junit-test-results-${{ matrix.place }}-${{ matrix.short_name }} test${{ matrix.os }} workflow: ${{ github.event.workflow.id }} @@ -57,7 +57,7 @@ jobs: report_paths: '**/test.xml' - name: Download lcov Coverage Report - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v21 # Run only if coverage is enabled and not on Windows artifacts. if: env.ENABLE_BAZEL_COVERAGE == 'true' && !contains(matrix.os, 'windows') with: