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 e08e0f9 commit 919ca4bCopy full SHA for 919ca4b
.github/workflows/ci-macos.yml
@@ -42,7 +42,7 @@ jobs:
42
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
43
- name: Upload test artifacts
44
if: failure()
45
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4.3.6
46
with:
47
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
48
path: |
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Upload build artifacts
56
57
58
59
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
60
0 commit comments