From efb0c45ce25fd5c4d2d1c5e9c0a920309f410567 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Tue, 11 Feb 2025 15:08:16 +0100 Subject: [PATCH] ci: update action --- .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 57cdef984..3ca0a081f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: - name: UI e2e tests run: yarn workspace @cube-creator/ui test:e2e --url https://app.cube-creator.lndo.site --headless - name: Save Cypress videos - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-videos