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 ec6e64b commit 479d686Copy full SHA for 479d686
.github/workflows/ci-macos.yml
@@ -24,7 +24,7 @@ jobs:
24
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
25
- name: Upload test artifacts
26
if: failure()
27
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4.3.2
28
with:
29
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
30
path: |
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Upload build artifacts
38
39
40
41
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
42
0 commit comments