3434 platform : [x86_64, aarch64]
3535
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v4
3838 with :
3939 submodules : true
4040
9696 docker push ghcr.io/v6d-io/v6d/vineyardd:latest_${{ matrix.platform }}
9797
9898 - name : Upload CI artifacts
99- uses : actions/upload-artifact@v3
99+ uses : actions/upload-artifact@v4
100100 with :
101101 name : vineyardd.${{ runner.os }}-${{ matrix.platform }}.${{ github.sha }}.tar.gz
102102 path : vineyardd.${{ runner.os }}-${{ matrix.platform }}.${{ github.sha }}.tar.gz
@@ -110,7 +110,7 @@ jobs:
110110 os : [ubuntu-22.04]
111111
112112 steps :
113- - uses : actions/checkout@v3
113+ - uses : actions/checkout@v4
114114 with :
115115 submodules : false
116116
@@ -151,7 +151,7 @@ jobs:
151151 platform : [x86_64, aarch64]
152152
153153 steps :
154- - uses : actions/checkout@v3
154+ - uses : actions/checkout@v4
155155 with :
156156 submodules : true
157157
@@ -200,7 +200,7 @@ jobs:
200200 os : [ubuntu-22.04]
201201
202202 steps :
203- - uses : actions/checkout@v3
203+ - uses : actions/checkout@v4
204204 with :
205205 submodules : false
206206
@@ -240,7 +240,7 @@ jobs:
240240 platform : [x86_64, aarch64]
241241
242242 steps :
243- - uses : actions/checkout@v3
243+ - uses : actions/checkout@v4
244244 with :
245245 submodules : false
246246
@@ -289,7 +289,7 @@ jobs:
289289 tar zcvfh vineyardctl.${{ runner.os }}-${{ matrix.platform }}.${{ github.sha }}.tar.gz ./vineyardctl vineyardctl.${{ matrix.platform }}.${{ github.sha }}.sha512sum
290290
291291 - name : Upload CI artifacts
292- uses : actions/upload-artifact@v3
292+ uses : actions/upload-artifact@v4
293293 with :
294294 name : vineyardctl.${{ runner.os }}-${{ matrix.platform }}.${{ github.sha }}.tar.gz
295295 path : vineyardctl.${{ runner.os }}-${{ matrix.platform }}.${{ github.sha }}.tar.gz
@@ -304,7 +304,7 @@ jobs:
304304 platform : [x86_64, aarch64]
305305
306306 steps :
307- - uses : actions/checkout@v3
307+ - uses : actions/checkout@v4
308308 with :
309309 submodules : false
310310
@@ -348,7 +348,7 @@ jobs:
348348 overwrite : true
349349 body : " vineyard ${{ steps.tag.outputs.TAG }}"
350350
351- - uses : actions/upload-artifact@v3
351+ - uses : actions/upload-artifact@v4
352352 if : ${{ github.event_name == 'workflow_dispatch' }}
353353 with :
354354 name : vineyard-bdist-linux-${{ matrix.platform }}-wheels
@@ -363,7 +363,7 @@ jobs:
363363 platform : [x86_64, aarch64]
364364
365365 steps :
366- - uses : actions/checkout@v3
366+ - uses : actions/checkout@v4
367367 with :
368368 submodules : true
369369
@@ -424,7 +424,7 @@ jobs:
424424 overwrite : true
425425 body : " vineyard ${{ steps.tag.outputs.TAG }}"
426426
427- - uses : actions/upload-artifact@v3
427+ - uses : actions/upload-artifact@v4
428428 if : ${{ github.event_name == 'workflow_dispatch' }}
429429 with :
430430 name : vineyard-linux-${{ matrix.platform }}-wheels
0 commit comments