We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3692f68 commit 8a21b93Copy full SHA for 8a21b93
.github/workflows/ci-macos.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Upload artifacts
29
if: always()
30
- uses: actions/upload-artifact@v4.4.3
+ uses: actions/upload-artifact@v4.6.1
31
with:
32
name: artifacts-macOS-${{ matrix.xcode }}-${{ github.run_id }}
33
path: |
.github/workflows/ci-windows.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: windows-latest
13
steps:
14
- name: Setup
15
- uses: compnerd/gha-setup-swift@v0.2.3
+ uses: compnerd/gha-setup-swift@v0.3.0
16
17
branch: swift-5.10-release
18
tag: 5.10-RELEASE
@@ -25,7 +25,7 @@ jobs:
25
26
name: artifacts-windows-${{ github.run_id }}
0 commit comments