File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ jobs:
5959 # Tests are only done on one playground to avoid long testing time
6060 start : yarn playground:autocomplete
6161 env : playground=local
62- - uses : actions/upload-artifact@v4
62+ - uses : actions/upload-artifact@v5
6363 if : failure()
6464 with :
6565 name : cypress-screenshots
6666 path : cypress/screenshots
67- - uses : actions/upload-artifact@v4
67+ - uses : actions/upload-artifact@v5
6868 if : failure()
6969 with :
7070 name : cypress-videos
@@ -99,12 +99,12 @@ jobs:
9999 # Tests are only done on one playground to avoid long testing time
100100 start : yarn playground:local-react
101101 env : playground=local
102- - uses : actions/upload-artifact@v4
102+ - uses : actions/upload-artifact@v5
103103 if : failure()
104104 with :
105105 name : cypress-screenshots
106106 path : cypress/screenshots
107- - uses : actions/upload-artifact@v4
107+ - uses : actions/upload-artifact@v5
108108 if : failure()
109109 with :
110110 name : cypress-videos
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ jobs:
5757 # Tests are only done on one playground to avoid long testing time
5858 start : yarn playground:autocomplete
5959 env : playground=local
60- - uses : actions/upload-artifact@v4
60+ - uses : actions/upload-artifact@v5
6161 if : failure()
6262 with :
6363 name : cypress-screenshots
6464 path : cypress/screenshots
65- - uses : actions/upload-artifact@v4
65+ - uses : actions/upload-artifact@v5
6666 if : failure()
6767 with :
6868 name : cypress-videos
@@ -98,12 +98,12 @@ jobs:
9898 # Tests are only done on one playground to avoid long testing time
9999 start : yarn playground:local-react
100100 env : playground=local
101- - uses : actions/upload-artifact@v4
101+ - uses : actions/upload-artifact@v5
102102 if : failure()
103103 with :
104104 name : cypress-screenshots
105105 path : cypress/screenshots
106- - uses : actions/upload-artifact@v4
106+ - uses : actions/upload-artifact@v5
107107 if : failure()
108108 with :
109109 name : cypress-videos
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
5151 # Tests are only done on one playground to avoid long testing time
5252 start : yarn playground:autocomplete
5353 env : playground=local
54- - uses : actions/upload-artifact@v4
54+ - uses : actions/upload-artifact@v5
5555 if : failure()
5656 with :
5757 name : cypress-screenshots
5858 path : cypress/screenshots
59- - uses : actions/upload-artifact@v4
59+ - uses : actions/upload-artifact@v5
6060 if : failure()
6161 with :
6262 name : cypress-videos
@@ -101,12 +101,12 @@ jobs:
101101 # Tests are only done on one playground to avoid long testing time
102102 start : yarn playground:local-react
103103 env : playground=local
104- - uses : actions/upload-artifact@v4
104+ - uses : actions/upload-artifact@v5
105105 if : failure()
106106 with :
107107 name : cypress-screenshots
108108 path : cypress/screenshots
109- - uses : actions/upload-artifact@v4
109+ - uses : actions/upload-artifact@v5
110110 if : failure()
111111 with :
112112 name : cypress-videos
You can’t perform that action at this time.
0 commit comments