From 8147f8d5fa05eba6ef55e83d06bb6d2567914d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 10:05:47 +0800 Subject: [PATCH] Bump actions/download-artifact from 4 to 7 (#11799) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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/build_all.yml | 2 +- .github/workflows/build_orca.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 43f23e0a64..0cae85189b 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -94,7 +94,7 @@ jobs: - name: Apt-Install Dependencies uses: ./.github/actions/apt-install-deps - name: Restore Test Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ github.sha }}-tests - uses: lukka/get-cmake@latest diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 8285f61a98..d70b4c9200 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -31,7 +31,7 @@ jobs: lfs: 'true' - name: Download deps artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.artifact-path }}