We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109dacc commit d772479Copy full SHA for d772479
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@v5
+ - uses: actions/upload-artifact@v6
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