We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54ec84 commit 07883a3Copy full SHA for 07883a3
2 files changed
.github/workflows/ci-linux.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Upload build artifacts
46
if: failure()
47
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4.6.1
48
with:
49
name: build-artifacts-${{ matrix.swift }}-${{ github.run_id }}
50
path: |
.github/workflows/ci-macos.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Upload test artifacts
53
54
55
56
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
57
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
72
0 commit comments