From d4e1eaab59203d73460a59e25ddbe7bcc30a7e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:31:03 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_all.yml | 2 +- .github/workflows/build_orca.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 195c2ee6c8..c6429703fe 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -109,7 +109,7 @@ jobs: - name: Apt-Install Dependencies uses: ./.github/actions/apt-install-deps - name: Restore Test Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 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 3cc89d30a7..2fa20118ab 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -128,14 +128,14 @@ jobs: - name: Download macOS arm64 app bundle if: contains(inputs.os, 'macos') && inputs.macos-combine-only - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: OrcaSlicer_Mac_bundle_arm64_${{ github.sha }} path: ${{ github.workspace }}/mac_bundles/arm64 - name: Download macOS x86_64 app bundle if: contains(inputs.os, 'macos') && inputs.macos-combine-only - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: OrcaSlicer_Mac_bundle_x86_64_${{ github.sha }} path: ${{ github.workspace }}/mac_bundles/x86_64