diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ac8dcd68..d9dde33b 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.0 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.0 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.0 if: failure() with: name: cypress-videos