From e72500cbc98aedde7d1281bccb7644a21f3b3675 Mon Sep 17 00:00:00 2001 From: Miguel Prieto Date: Wed, 11 Sep 2024 15:29:15 -0400 Subject: [PATCH] Fix CI build-ui. Upgrading to v3 due to deprecation. SEE: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a25c97dd2..8172e83ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,14 +89,14 @@ jobs: component: true - name: Archive test screenshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: failure() with: name: cypress-screenshots path: ui/cypress/screenshots - name: Archive test videos - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: cypress-videos