diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 8812fbd174..cfd37e622f 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -110,7 +110,7 @@ jobs: if: ${{ !vars.SELF_HOSTED }} 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 a65f6bcfb3..6a51f2f2a4 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -132,7 +132,7 @@ jobs: - name: Download macOS app bundles if: runner.os == 'macOS' && inputs.macos-combine-only - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: OrcaSlicer_Mac_bundle_*_${{ github.sha }} path: ${{ github.workspace }}/mac_bundles diff --git a/.github/workflows/check_profiles_comment.yml b/.github/workflows/check_profiles_comment.yml index 514eeed384..784f99b24a 100644 --- a/.github/workflows/check_profiles_comment.yml +++ b/.github/workflows/check_profiles_comment.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Download artifact id: download - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 continue-on-error: true with: name: profile-check-results