From 7305b90546b453988bf8a0a1e9a26d2bfb67fdc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:57:09 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3.2.1 --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ac8dcd68..4a4fd3d3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -74,7 +74,7 @@ jobs: REACT_APP_API_URL: ${{secrets.REACT_APP_API_URL}} - name: Upload a Build Artifact - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.2.1 if: ${{github.event_name != 'pull_request'}} with: @@ -90,14 +90,14 @@ jobs: wait-on: http://localhost:3000 - name: Upload Cypress Screenshots - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.2.1 if: failure() with: name: cypress-screenshots path: cypress/screenshots - name: Upload Cypress Videos - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.2.1 if: failure() with: name: cypress-videos