From 86b0ffee88c03a93ef4a5ae51645081c171c0d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:46:34 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 11 to 14 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 14. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v11...v14) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '14' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/test-results.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index db92476..4317b3d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -50,7 +50,7 @@ jobs: run: npm ci - name: Download Bazel JDT Language Server extension - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v14 with: run_id: ${{ github.event.workflow_run.id }} name: server diff --git a/.github/workflows/test-results.yml b/.github/workflows/test-results.yml index 3309cf3..9f78d77 100644 --- a/.github/workflows/test-results.yml +++ b/.github/workflows/test-results.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Download and Extract Artifacts - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v14 with: run_id: ${{ github.event.workflow_run.id }} name: (test-results.*|ci-event-file)