Skip to content

Commit 8a21b93

Browse files
Update all dependencies
1 parent 3692f68 commit 8a21b93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-macos.yml

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

2828
- name: Upload artifacts
2929
if: always()
30-
uses: actions/upload-artifact@v4.4.3
30+
uses: actions/upload-artifact@v4.6.1
3131
with:
3232
name: artifacts-macOS-${{ matrix.xcode }}-${{ github.run_id }}
3333
path: |

.github/workflows/ci-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Setup
15-
uses: compnerd/gha-setup-swift@v0.2.3
15+
uses: compnerd/gha-setup-swift@v0.3.0
1616
with:
1717
branch: swift-5.10-release
1818
tag: 5.10-RELEASE
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Upload artifacts
2727
if: always()
28-
uses: actions/upload-artifact@v4.4.3
28+
uses: actions/upload-artifact@v4.6.1
2929
with:
3030
name: artifacts-windows-${{ github.run_id }}
3131
path: |

0 commit comments

Comments
 (0)