File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
run : npm run deploy:pages
19
19
20
20
- name : ⬆️Upload build
21
- uses : actions/upload-artifact@v3
21
+ uses : actions/upload-artifact@v4
22
22
with :
23
23
name : build
24
24
path : out
Original file line number Diff line number Diff line change 33
33
config : pageLoadTimeout=100000,baseUrl=http://localhost:8080
34
34
35
35
- name : 🛗 Upload Artifacts
36
- uses : actions/upload-artifact@v3
36
+ uses : actions/upload-artifact@v4
37
37
# after the test run completes
38
38
# store videos and any screenshots
39
39
# NOTE: screenshots will be generated only if an E2E test failed
42
42
with :
43
43
name : cypress-screenshots
44
44
path : e2e/cypress/screenshots
45
- - uses : actions/upload-artifact@v3
45
+ - uses : actions/upload-artifact@v4
46
46
# Test run video was always captured, so this action uses "always()" condition
47
47
if : always()
48
48
with :
You can’t perform that action at this time.
0 commit comments