Update actions/upload-artifact action to v3 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7b077419ed
commit
4fd8aac469
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
||||
- name: Upload test artifacts
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v2.2.3
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
|
||||
path: |
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
||||
- name: Upload build artifacts
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v2.2.3
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue