9191 sudo apt-get update
9292 sudo apt-get install google-chrome-stable
9393 - name : Download build archive
94- uses : actions/download-artifact@v3
94+ uses : actions/download-artifact@v4
9595 with :
9696 name : build-${{ github.sha }}
9797 - name : Unzip build artifact
@@ -118,7 +118,7 @@ jobs:
118118 sudo apt-get update
119119 sudo apt-get install google-chrome-stable
120120 - name : Download build archive
121- uses : actions/download-artifact@v3
121+ uses : actions/download-artifact@v4
122122 with :
123123 name : build-${{ github.sha }}
124124 - name : Unzip build artifact
@@ -147,7 +147,7 @@ jobs:
147147 sudo apt-get update
148148 sudo apt-get install google-chrome-stable
149149 - name : Download build archive
150- uses : actions/download-artifact@v3
150+ uses : actions/download-artifact@v4
151151 with :
152152 name : build-${{ github.sha }}
153153 - name : Unzip build artifact
@@ -180,7 +180,7 @@ jobs:
180180 with :
181181 node-version-file : .nvmrc
182182 - name : Download build archive
183- uses : actions/download-artifact@v3
183+ uses : actions/download-artifact@v4
184184 with :
185185 name : build-${{ github.sha }}
186186 - name : Unzip build artifact
@@ -209,7 +209,7 @@ jobs:
209209 sudo apt-get update
210210 sudo apt-get install firefox
211211 - name : Download build archive
212- uses : actions/download-artifact@v3
212+ uses : actions/download-artifact@v4
213213 with :
214214 name : build-${{ github.sha }}
215215 - name : Unzip build artifact
@@ -235,7 +235,7 @@ jobs:
235235 with :
236236 node-version-file : .nvmrc
237237 - name : Download build archive
238- uses : actions/download-artifact@v3
238+ uses : actions/download-artifact@v4
239239 with :
240240 name : build-${{ github.sha }}
241241 - name : Unzip build artifact
@@ -262,7 +262,7 @@ jobs:
262262 if : ${{ needs.build.outputs.changed == 'true'}}
263263 steps :
264264 - name : Download build archive
265- uses : actions/download-artifact@v3
265+ uses : actions/download-artifact@v4
266266 with :
267267 name : build-${{ github.sha }}
268268 - name : Unzip build artifact
0 commit comments