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
|
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
||||||
- name: Upload test artifacts
|
- name: Upload test artifacts
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2.2.3
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
|
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2.2.3
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
|
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue