From 770983a02be231fbfde8cadbba614fa6d6f91654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 07:05:26 -0700 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 (#45491) Co-authored-by: Renovate Bot --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8ff9c492fd..41baaf1c94 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -46,13 +46,13 @@ jobs: run: tar -cf client-artifact.tar client/public - name: Upload Client Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: client-artifact path: client-artifact.tar - name: Upload Webpack Stats - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: webpack-stats path: client/public/stats.json