File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 "${{ needs.create-release.outputs.upload_url }}?name=devtool.frontend.lynx-${{ needs.create-release.outputs.asset_suffix }}.tar.gz"
149149
150150 - name : Upload Frontend as Artifact
151- uses : actions/upload-artifact@v3
151+ uses : actions/upload-artifact@v4
152152 id : artifact_info
153153 with :
154154 name : devtools-frontend-lynx
@@ -198,7 +198,7 @@ jobs:
198198 run : pnpm install
199199
200200 - name : Download DevTools Frontend
201- uses : actions/download-artifact@v3
201+ uses : actions/download-artifact@v4
202202 with :
203203 name : devtools-frontend-lynx
204204 path : temp-frontend
@@ -304,7 +304,7 @@ jobs:
304304 run : pnpm install
305305
306306 - name : Download DevTools Frontend
307- uses : actions/download-artifact@v3
307+ uses : actions/download-artifact@v4
308308 with :
309309 name : devtools-frontend-lynx
310310 path : temp-frontend
You can’t perform that action at this time.
0 commit comments