From 1e23247b068c70dbca949c712dabdf6f9288b5f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 12:08:34 +0200 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 (#6277) Co-authored-by: Renovate Bot --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}