We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dbe91c + f0b5062 commit 50b977dCopy full SHA for 50b977d
1 file changed
.github/workflows/test_cypress.yml
@@ -58,14 +58,14 @@ jobs:
58
start: bash ./scripts/run_e2e_all.sh
59
wait-on: "http://localhost:8000"
60
61
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
62
if: failure()
63
with:
64
name: cypress-screenshots
65
path: cypress/screenshots
66
if-no-files-found: ignore
67
68
69
70
71
name: cypress-videos
0 commit comments