There was an error while loading. Please reload this page.
1 parent c811974 commit 970ea18Copy full SHA for 970ea18
1 file changed
.github/workflows/ci-macos.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Upload test artifacts
29
if: failure()
30
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v3.2.1
31
with:
32
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
33
path: |
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Upload build artifacts
43
44
45
46
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
47
0 commit comments