diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 2a0f78c6dd..ee325b7ef7 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -136,7 +136,7 @@ jobs: files: "ctest_results.xml" - name: Delete Test Artifact if: success() - uses: geekyeggo/delete-artifact@v5 + uses: geekyeggo/delete-artifact@v6 with: name: ${{ github.sha }}-tests flatpak: diff --git a/.github/workflows/build_deps.yml b/.github/workflows/build_deps.yml index dd5f9f5e6a..978d6f5d66 100644 --- a/.github/workflows/build_deps.yml +++ b/.github/workflows/build_deps.yml @@ -52,7 +52,7 @@ jobs: - name: setup dev on Windows if: runner.os == 'Windows' - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Get the date on Ubuntu and macOS if: runner.os != 'Windows' diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 4a437e0139..2ca736f6aa 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -155,7 +155,7 @@ jobs: - name: Delete intermediate per-arch artifacts if: runner.os == 'macOS' && inputs.macos-combine-only - uses: geekyeggo/delete-artifact@v5 + uses: geekyeggo/delete-artifact@v6 with: name: | OrcaSlicer_Mac_bundle_arm64_${{ github.sha }} @@ -275,7 +275,7 @@ jobs: # Windows - name: setup MSVC if: runner.os == 'Windows' - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Install nsis if: runner.os == 'Windows' && !vars.SELF_HOSTED