diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f275b5cf..57cdef984 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: name: cypress-videos path: ui/tests/e2e/videos/* - name: Save Cypress screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots