From 9958994687b1ecfc826c1e4420ac84e3a628f915 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:55:50 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-windows.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index bad7cea..2fe3efb 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@v4.6.2 with: name: artifacts-macOS-${{ matrix.xcode }}-${{ github.run_id }} path: | diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index fe2cde7..00466e3 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - name: Setup - uses: compnerd/gha-setup-swift@v0.2.3 + uses: compnerd/gha-setup-swift@v0.3.0 with: branch: swift-5.10-release tag: 5.10-RELEASE @@ -25,7 +25,7 @@ jobs: - name: Upload artifacts if: always() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.2 with: name: artifacts-windows-${{ github.run_id }} path: |