Skip to content

Commit

Permalink
Merge pull request #102 from readyplayerme/fix/upgrade-github-action-…
Browse files Browse the repository at this point in the history
…artificats

fix(github): act-1146 upgrade upload artificat github action
  • Loading branch information
blanxii authored Nov 11, 2024
2 parents b8a3301 + af0a215 commit 71aacc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/functional/cypress/e2e/visual.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
});

Expand Down

0 comments on commit 71aacc6

Please sign in to comment.