diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a28dab8..45dc7fcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: project: ./test/functional - name: upload diffs if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cypress-diffs-screenshots path: test/functional/cypress-image-diff-screenshots diff --git a/test/functional/cypress/e2e/visual.cy.ts b/test/functional/cypress/e2e/visual.cy.ts index 66a9dfd4..57c568e5 100644 --- a/test/functional/cypress/e2e/visual.cy.ts +++ b/test/functional/cypress/e2e/visual.cy.ts @@ -8,7 +8,7 @@ const VISUAL_TEST_CONFIG = Object.freeze({ back: -1 }, testUrl: 'http://localhost:3000/test', - modelUrl: 'https://api.readyplayer.dev/v3/avatars/66e42883315948a37cf82baf.glb', + modelUrl: 'https://avatars.readyplayer.dev/66e42883315948a37cf82baf.glb', testThreshold: 0.05 });