From 5b29fef9e54c08875a0297a27939f5ed2eecf507 Mon Sep 17 00:00:00 2001 From: Ian Bassi Date: Fri, 10 Apr 2026 15:10:45 -0300 Subject: [PATCH] Bump GitHub Actions: Node 20 deprecation (#13173) Bump GitHub Actions action versions Update workflow action versions: upgrade geekyeggo/delete-artifact from v5 to v6 and microsoft/setup-msbuild from v2 to v3 across .github/workflows/build_all.yml, build_deps.yml, and build_orca.yml. This brings workflows to newer action releases for compatibility and fixes. --- .github/workflows/build_all.yml | 2 +- .github/workflows/build_deps.yml | 2 +- .github/workflows/build_orca.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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