From 0985b1b75822ed64a436a0aaf54e8f1d1b1c8f2b Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Tue, 11 Feb 2025 14:58:12 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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