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@v3
62+ - uses : actions/upload-artifact@v4
6363 if : failure()
6464 with :
6565 name : cypress-screenshots
6666 path : cypress/screenshots
67- - uses : actions/upload-artifact@v3
67+ - uses : actions/upload-artifact@v4
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@v3
102+ - uses : actions/upload-artifact@v4
103103 if : failure()
104104 with :
105105 name : cypress-screenshots
106106 path : cypress/screenshots
107- - uses : actions/upload-artifact@v3
107+ - uses : actions/upload-artifact@v4
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@v3
60+ - uses : actions/upload-artifact@v4
6161 if : failure()
6262 with :
6363 name : cypress-screenshots
6464 path : cypress/screenshots
65- - uses : actions/upload-artifact@v3
65+ - uses : actions/upload-artifact@v4
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@v3
101+ - uses : actions/upload-artifact@v4
102102 if : failure()
103103 with :
104104 name : cypress-screenshots
105105 path : cypress/screenshots
106- - uses : actions/upload-artifact@v3
106+ - uses : actions/upload-artifact@v4
107107 if : failure()
108108 with :
109109 name : cypress-videos
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
5050 # Tests are only done on one playground to avoid long testing time
5151 start : yarn playground:autocomplete
5252 env : playground=local
53- - uses : actions/upload-artifact@v3
53+ - uses : actions/upload-artifact@v4
5454 if : failure()
5555 with :
5656 name : cypress-screenshots
5757 path : cypress/screenshots
58- - uses : actions/upload-artifact@v3
58+ - uses : actions/upload-artifact@v4
5959 if : failure()
6060 with :
6161 name : cypress-videos
@@ -100,12 +100,12 @@ jobs:
100100 # Tests are only done on one playground to avoid long testing time
101101 start : yarn playground:local-react
102102 env : playground=local
103- - uses : actions/upload-artifact@v3
103+ - uses : actions/upload-artifact@v4
104104 if : failure()
105105 with :
106106 name : cypress-screenshots
107107 path : cypress/screenshots
108- - uses : actions/upload-artifact@v3
108+ - uses : actions/upload-artifact@v4
109109 if : failure()
110110 with :
111111 name : cypress-videos
You can’t perform that action at this time.
0 commit comments