We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625c003 commit 6f490caCopy full SHA for 6f490ca
1 file changed
.github/workflows/test.yml
@@ -43,12 +43,12 @@ jobs:
43
start: yarn start
44
wait-on: 'http://localhost:3000'
45
config: pageLoadTimeout=100000,baseUrl=http://localhost:3000
46
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
47
if: failure()
48
with:
49
name: cypress-screenshots
50
path: cypress/screenshots
51
52
if: always()
53
54
name: cypress-videos
0 commit comments