From 8d48d44ad0d5394434e0df4c70fa4d853a5c6d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:22:48 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/post-build-raw.yml | 2 +- .github/workflows/post-build-selective.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-build-raw.yml b/.github/workflows/post-build-raw.yml index c3ea9a8759ae..9b29db19cede 100644 --- a/.github/workflows/post-build-raw.yml +++ b/.github/workflows/post-build-raw.yml @@ -21,7 +21,7 @@ jobs: continue-on-error: false timeout-minutes: ${{ inputs.timeout-minutes }} steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: path: . name: ${{ inputs.os }}-artifact diff --git a/.github/workflows/post-build-selective.yml b/.github/workflows/post-build-selective.yml index ee1adea57fb7..f43fde27fe74 100644 --- a/.github/workflows/post-build-selective.yml +++ b/.github/workflows/post-build-selective.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: coursier/cache-action@v6 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: path: . name: ${{ inputs.os }}-artifact