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 @@ -253,14 +253,14 @@ jobs:
253253
254254 - name : Upload prebuilt cg_clif
255255 if : matrix.os == 'windows-latest' || matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
256- uses : actions/upload-artifact@v3
256+ uses : actions/upload-artifact@v4
257257 with :
258258 name : cg_clif-${{ matrix.env.TARGET_TRIPLE }}
259259 path : cg_clif.tar.xz
260260
261261 - name : Upload prebuilt cg_clif (cross compile)
262262 if : matrix.os != 'windows-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
263- uses : actions/upload-artifact@v3
263+ uses : actions/upload-artifact@v4
264264 with :
265265 name : cg_clif-${{ runner.os }}-cross-x86_64-mingw
266266 path : cg_clif.tar.xz
@@ -279,7 +279,7 @@ jobs:
279279 - uses : actions/checkout@v3
280280
281281 - name : Download all built artifacts
282- uses : actions/download-artifact@v3
282+ uses : actions/download-artifact@v4
283283 with :
284284 path : artifacts/
285285
You can’t perform that action at this time.
0 commit comments