Skip to content

Commit ba1b12c

Browse files
Update actions/upload-artifact action to v3.2.0
1 parent cbc2734 commit ba1b12c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-macos-11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
2525
- name: Upload test artifacts
2626
if: failure()
27-
uses: actions/upload-artifact@v3.1.2
27+
uses: actions/upload-artifact@v3.2.0
2828
with:
2929
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
3030
path: |
@@ -36,7 +36,7 @@ jobs:
3636
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
3737
- name: Upload build artifacts
3838
if: failure()
39-
uses: actions/upload-artifact@v3.1.2
39+
uses: actions/upload-artifact@v3.2.0
4040
with:
4141
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
4242
path: |

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
2525
- name: Upload test artifacts
2626
if: failure()
27-
uses: actions/upload-artifact@v3.1.2
27+
uses: actions/upload-artifact@v3.2.0
2828
with:
2929
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
3030
path: |
@@ -36,7 +36,7 @@ jobs:
3636
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
3737
- name: Upload build artifacts
3838
if: failure()
39-
uses: actions/upload-artifact@v3.1.2
39+
uses: actions/upload-artifact@v3.2.0
4040
with:
4141
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
4242
path: |

0 commit comments

Comments
 (0)