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 699a0e6 commit 325210cCopy full SHA for 325210c
.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@v3.2.1
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