File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 run : |
109109 yarn --frozen-lockfile
110110 yarn install-addons
111- - uses : actions/download-artifact@v3
111+ - uses : actions/download-artifact@v4
112112 with :
113113 name : build-artifacts
114114 - name : Unzip artifacts
@@ -150,7 +150,7 @@ jobs:
150150 with :
151151 token : ${{ secrets.GITHUB_TOKEN }}
152152 job : build
153- - uses : actions/download-artifact@v3
153+ - uses : actions/download-artifact@v4
154154 with :
155155 name : build-artifacts
156156 - name : Unzip artifacts
@@ -191,7 +191,7 @@ jobs:
191191 with :
192192 token : ${{ secrets.GITHUB_TOKEN }}
193193 job : build
194- - uses : actions/download-artifact@v3
194+ - uses : actions/download-artifact@v4
195195 with :
196196 name : build-artifacts
197197 - name : Unzip artifacts
@@ -249,7 +249,7 @@ jobs:
249249 yarn install-addons
250250 - name : Install playwright
251251 run : npx playwright install
252- - uses : actions/download-artifact@v3
252+ - uses : actions/download-artifact@v4
253253 with :
254254 name : build-artifacts
255255 - name : Unzip artifacts
You can’t perform that action at this time.
0 commit comments