From e2b1ea165e4db03d7abf25dd528143510e5b0386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:02:51 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 50ac9ce..f3aae56 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -44,7 +44,7 @@ jobs: - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v5.0.0 with: name: build-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }} path: | diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 60c02c2..b4dcdf0 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -27,7 +27,7 @@ jobs: - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v5.0.0 with: name: build-artifacts-macOS-${{ matrix.xcode }}-${{ github.run_id }} path: | diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 1a62dea..005a46c 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -63,7 +63,7 @@ jobs: - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v5.0.0 with: name: test-artifacts-windows-${{ github.run_id }} path: |