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