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