chore(deps): update actions/upload-artifact action to v3 (#6277)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
66e03477b6
commit
1e23247b06
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
NODE_OPTIONS: --max-old-space-size=4096
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
MACHINE_COUNT: 8
|
MACHINE_COUNT: 8
|
||||||
MACHINE_INDEX: ${{ matrix.machine }}
|
MACHINE_INDEX: ${{ matrix.machine }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: cypress-results-${{ matrix.machine }}
|
name: cypress-results-${{ matrix.machine }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user