Skip to content

Commit 77719f1

Browse files
Update GitHub Actions non-major dependencies (#98)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 102e97c commit 77719f1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Upload test artifacts
2525
if: failure()
26-
uses: actions/upload-artifact@v4.4.3
26+
uses: actions/upload-artifact@v4.6.1
2727
with:
2828
name: test-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }}
2929
path: |

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload test artifacts
3636
if: failure()
37-
uses: actions/upload-artifact@v4.4.3
37+
uses: actions/upload-artifact@v4.6.1
3838
with:
3939
name: test-artifacts-${{ matrix.config.xcode }}-${{ github.run_id }}
4040
path: |
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload code coverage report
5757
if: env.CODECOV_TOKEN != '' && matrix.config.xcode == env.CODECOV_XCODE_VERSION
58-
uses: codecov/codecov-action@v5.0.2
58+
uses: codecov/codecov-action@v5.4.0
5959
with:
6060
token: ${{ env.CODECOV_TOKEN }}
6161
files: coverage.lcov

.github/workflows/ci-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212
steps:
1313
- name: Setup
14-
uses: compnerd/gha-setup-swift@v0.2.3
14+
uses: compnerd/gha-setup-swift@v0.3.0
1515
with:
1616
branch: swift-5.10-release
1717
tag: 5.10-RELEASE
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Upload test artifacts
2626
if: failure()
27-
uses: actions/upload-artifact@v4.4.3
27+
uses: actions/upload-artifact@v4.6.1
2828
with:
2929
name: test-artifacts-windows-${{ github.run_id }}
3030
path: |

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: 'sudo chown -R $USER docs'
7070

7171
- name: Publish documentation to GitHub Pages
72-
uses: JamesIves/github-pages-deploy-action@v4.6.9
72+
uses: JamesIves/github-pages-deploy-action@v4.7.3
7373
with:
7474
branch: gh-pages
7575
folder: docs

0 commit comments

Comments
 (0)