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:
253
253
254
254
- name : Upload prebuilt cg_clif
255
255
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
257
257
with :
258
258
name : cg_clif-${{ matrix.env.TARGET_TRIPLE }}
259
259
path : cg_clif.tar.xz
260
260
261
261
- name : Upload prebuilt cg_clif (cross compile)
262
262
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
264
264
with :
265
265
name : cg_clif-${{ runner.os }}-cross-x86_64-mingw
266
266
path : cg_clif.tar.xz
@@ -279,7 +279,7 @@ jobs:
279
279
- uses : actions/checkout@v3
280
280
281
281
- name : Download all built artifacts
282
- uses : actions/download-artifact@v3
282
+ uses : actions/download-artifact@v4
283
283
with :
284
284
path : artifacts/
285
285
You can’t perform that action at this time.
0 commit comments