chore(deps): update actions/upload-artifact action to v3 (#6277)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-07 12:08:34 +02:00 committed by GitHub
parent 66e03477b6
commit 1e23247b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ jobs:
NODE_OPTIONS: --max-old-space-size=4096
MACHINE_COUNT: 8
MACHINE_INDEX: ${{ matrix.machine }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: cypress-results-${{ matrix.machine }}