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:
renovate[bot] 2023-04-20 07:31:46 +00:00 committed by GitHub
parent 7b077419ed
commit 4fd8aac469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: |