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 ba14b3b commit 933034bCopy full SHA for 933034b
.github/workflows/e2e-tests.yml
@@ -42,15 +42,17 @@ jobs:
42
yarn couchdb:stop
43
44
- name: Upload screenshots on failure
45
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
46
if: failure()
47
with:
48
name: cypress-screenshots
49
path: cypress/screenshots
50
+ retention-days: 7 # Optional: set retention period
51
52
- name: Upload videos
53
54
if: always()
55
56
name: cypress-videos
57
path: cypress/videos
58
0 commit comments