Skip to content

Commit e2502ac

Browse files
committed
Update the GHA artifacts actions to v4
1 parent 4b239fa commit e2502ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)