File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
25
25
- name : Upload test artifacts
26
26
if : failure()
27
- uses : actions/upload-artifact@v3.1.2
27
+ uses : actions/upload-artifact@v3.2.0
28
28
with :
29
29
name : test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
30
30
path : |
36
36
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
37
37
- name : Upload build artifacts
38
38
if : failure()
39
- uses : actions/upload-artifact@v3.1.2
39
+ uses : actions/upload-artifact@v3.2.0
40
40
with :
41
41
name : build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
42
42
path : |
Original file line number Diff line number Diff line change 24
24
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
25
25
- name : Upload test artifacts
26
26
if : failure()
27
- uses : actions/upload-artifact@v3.1.2
27
+ uses : actions/upload-artifact@v3.2.0
28
28
with :
29
29
name : test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
30
30
path : |
36
36
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
37
37
- name : Upload build artifacts
38
38
if : failure()
39
- uses : actions/upload-artifact@v3.1.2
39
+ uses : actions/upload-artifact@v3.2.0
40
40
with :
41
41
name : build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
42
42
path : |
You can’t perform that action at this time.
0 commit comments