1313 options : --user 1001
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717
1818 - name : Cypress install
1919 uses : cypress-io/github-action@v6
2929 - run : yarn build:ci
3030
3131 - name : Save build folder
32- uses : actions/upload-artifact@v3
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : build
3535 if-no-files-found : error
@@ -53,10 +53,10 @@ jobs:
5353 containers : [1, 2, 3, 4, 5]
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v3
56+ uses : actions/checkout@v4
5757
5858 - name : Download the build folders
59- uses : actions/download-artifact@v3
59+ uses : actions/download-artifact@v4
6060 with :
6161 name : build
6262 path : build
@@ -106,18 +106,18 @@ jobs:
106106 containers : [1, 2, 3, 4, 5]
107107 steps :
108108 - name : Checkout
109- uses : actions/checkout@v3
109+ uses : actions/checkout@v4
110110
111111 - name : Download the build folders
112- uses : actions/download-artifact@v3
112+ uses : actions/download-artifact@v4
113113 with :
114114 name : build
115115 path : build
116116
117117 - name : " UI Tests - Chrome - Mobile"
118118 uses : cypress-io/github-action@v6
119119 with :
120- config : " '{" e2e":{"viewportWidth":375,"viewportHeight":667}}"
120+ config : ' {"e2e":{"viewportWidth":375,"viewportHeight":667}}'
121121 start : yarn start:ci
122122 wait-on : " http://localhost:3000"
123123 wait-on-timeout : 120
@@ -152,10 +152,10 @@ jobs:
152152 containers : [1, 2, 3, 4, 5]
153153 steps :
154154 - name : Checkout
155- uses : actions/checkout@v3
155+ uses : actions/checkout@v4
156156
157157 - name : Download the build folders
158- uses : actions/download-artifact@v3
158+ uses : actions/download-artifact@v4
159159 with :
160160 name : build
161161 path : build
@@ -197,18 +197,18 @@ jobs:
197197 containers : [1, 2, 3, 4, 5]
198198 steps :
199199 - name : Checkout
200- uses : actions/checkout@v3
200+ uses : actions/checkout@v4
201201
202202 - name : Download the build folders
203- uses : actions/download-artifact@v3
203+ uses : actions/download-artifact@v4
204204 with :
205205 name : build
206206 path : build
207207
208208 - name : " UI Tests - Firefox - Mobile"
209209 uses : cypress-io/github-action@v6
210210 with :
211- config : " '{" e2e":{"viewportWidth":375,"viewportHeight":667}}"
211+ config : ' {"e2e":{"viewportWidth":375,"viewportHeight":667}}'
212212 start : yarn start:ci
213213 wait-on : " http://localhost:3000"
214214 wait-on-timeout : 120
0 commit comments