Skip to content

Commit

Permalink
Fix CI build-ui. Upgrading to v3 due to deprecation. SEE: https://git…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Sep 11, 2024
1 parent b21f014 commit e72500c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e72500c

Please sign in to comment.