Update GitHub Actions non-major dependencies (#98)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-07 21:39:01 +01:00 committed by GitHub
parent 102e97cc9a
commit 77719f1bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -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: |

View File

@ -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

View File

@ -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: |

View File

@ -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