diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 82bc5547..b0e98684 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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 }}