We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58d914 commit 50258d0Copy full SHA for 50258d0
.github/workflows/cypress.yml
@@ -57,12 +57,12 @@ jobs:
57
with:
58
wait-on: http://localhost:5678
59
working-directory: "@app/e2e"
60
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
61
if: failure()
62
63
name: cypress-screenshots
64
path: "@app/e2e/cypress/screenshots"
65
66
67
68
name: cypress-videos
0 commit comments