From 490880f9a1733339bfc467ce85abfd5169860d5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:19:16 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3.2.2 --- .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..f287f766 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.2 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.2 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.2 if: failure() with: name: cypress-videos