File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,17 @@ jobs:
4242 yarn couchdb:stop
4343
4444 - name : Upload screenshots on failure
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 if : failure()
4747 with :
4848 name : cypress-screenshots
4949 path : cypress/screenshots
50+ retention-days : 7 # Optional: set retention period
5051
5152 - name : Upload videos
52- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5354 if : always()
5455 with :
5556 name : cypress-videos
5657 path : cypress/videos
58+ retention-days : 7 # Optional: set retention period
Original file line number Diff line number Diff line change 1+ ![ E2E Tests] ( https://github.com/yourusername/vue-skuilder/actions/workflows/e2e-tests.yml/badge.svg )
2+
13[ ![ image] ( https://user-images.githubusercontent.com/10780590/132559883-8d65a1ef-d930-468b-8805-7e1003e05c7d.png )] ( https://www.youtube.com/watch?v=a6tvHMvF8Mo )
24
35An experiment in mass-collaborative authoring of general, intelligent tutoring systems.
46
7+
58# Usage
69
710## Installation
You can’t perform that action at this time.
0 commit comments