From 9376dec74cc49a461a294772f2d73ef4ea2ee76a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:43:08 +0000 Subject: [PATCH] Update CI non-major dependencies --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 4 ++-- .github/workflows/ci-windows.yml | 4 ++-- .github/workflows/documentation.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index c075aea..ff6d213 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -23,7 +23,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.1 with: name: test-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }} path: | diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index c4b66f2..048fe41 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -34,7 +34,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.1 with: name: test-artifacts-${{ matrix.config.xcode }}-${{ github.run_id }} path: | @@ -55,7 +55,7 @@ jobs: - name: Upload code coverage report if: env.CODECOV_TOKEN != '' && matrix.config.xcode == env.CODECOV_XCODE_VERSION - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.4.0 with: token: ${{ env.CODECOV_TOKEN }} files: coverage.lcov diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 411e475..78b5eaf 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -11,7 +11,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 @@ -24,7 +24,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.6.1 with: name: test-artifacts-windows-${{ github.run_id }} path: | diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 952d338..c5976d6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -69,7 +69,7 @@ jobs: run: 'sudo chown -R $USER docs' - name: Publish documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: docs