Skip to content

Commit 72f24cb

Browse files
committed
Bump up several github actions.
Signed-off-by: Ye Cao <[email protected]>
1 parent bdf864e commit 72f24cb

12 files changed

+28
-28
lines changed

.github/workflows/build-archlinux-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
sudo pip3 install -U pip
7070
sudo pip3 install libclang parsec setuptools wheel twine
7171
72-
- uses: actions/checkout@v3
72+
- uses: actions/checkout@v4
7373
with:
7474
submodules: true
7575

.github/workflows/build-centos-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sudo pip3 install libclang parsec setuptools wheel twine
7171
7272
# the checkout action require new version of git
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7474
with:
7575
submodules: true
7676

.github/workflows/build-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
arrow: 10.0.1-1
4545

4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848
with:
4949
submodules: true
5050

.github/workflows/build-test-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
RUNNER_ARGS: "--meta=${{ matrix.metadata }}"
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
with:
5252
submodules: recursive
5353

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
RUNNER_ARGS: "--meta=${{ matrix.metadata }}"
5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
with:
5656
submodules: true
5757

.github/workflows/build-vineyardd-and-wheels-linux.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
platform: [x86_64, aarch64]
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
with:
3939
submodules: true
4040

@@ -96,7 +96,7 @@ jobs:
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

.github/workflows/build-vineyardd-and-wheels-macos.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
os: [macos-11]
3737

3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
with:
4141
submodules: true
4242

@@ -189,7 +189,7 @@ jobs:
189189
body: "vineyard ${{ steps.tag.outputs.TAG }}"
190190

191191
- name: Upload CI artifacts
192-
uses: actions/upload-artifact@v3
192+
uses: actions/upload-artifact@v4
193193
with:
194194
name: vineyardd.${{ runner.os }}-generic.${{ github.sha }}.tar.gz
195195
path: vineyardd.${{ runner.os }}-generic.${{ github.sha }}.tar.gz
@@ -203,7 +203,7 @@ jobs:
203203
platform: [x86_64, aarch64]
204204

205205
steps:
206-
- uses: actions/checkout@v3
206+
- uses: actions/checkout@v4
207207
with:
208208
submodules: false
209209

@@ -259,7 +259,7 @@ jobs:
259259
260260
- name: Upload CI artifacts
261261
if: ${{ matrix.platform == 'x86_64' }}
262-
uses: actions/upload-artifact@v3
262+
uses: actions/upload-artifact@v4
263263
with:
264264
name: vineyardctl.${{ runner.os }}-generic.${{ github.sha }}.tar.gz
265265
path: vineyardctl.${{ runner.os }}-generic.${{ github.sha }}.tar.gz
@@ -274,7 +274,7 @@ jobs:
274274
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
275275

276276
steps:
277-
- uses: actions/checkout@v3
277+
- uses: actions/checkout@v4
278278
with:
279279
submodules: true
280280

@@ -471,7 +471,7 @@ jobs:
471471
overwrite: true
472472
body: "vineyard ${{ steps.tag.outputs.TAG }}"
473473

474-
- uses: actions/upload-artifact@v3
474+
- uses: actions/upload-artifact@v4
475475
if: ${{ github.event_name == 'workflow_dispatch' }}
476476
with:
477477
name: vineyard-macosx-wheels-${{ matrix.python }}

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
pull-requests: write
4444
contents: write
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
with:
4848
repository: ${{ github.event.pull_request.head.repo.full_name }}
4949
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/java-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
RUNNER_ARGS: "--meta=${{ matrix.metadata }}"
5050
VINEYARD_IPC_SOCKET: "/tmp/vineyard.ci.sock"
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
with:
5454
submodules: recursive
5555

.github/workflows/release-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
os: [ubuntu-22.04]
3434

3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
with:
3838
submodules: true
3939

@@ -78,7 +78,7 @@ jobs:
7878
overwrite: true
7979
body: "vineyard repository tarball ${{ steps.tag.outputs.TAG }}"
8080

81-
- uses: actions/upload-artifact@v3
81+
- uses: actions/upload-artifact@v4
8282
if: ${{ github.event_name == 'workflow_dispatch'}}
8383
with:
8484
name: vineyard-tarball-${{ github.sha }}

0 commit comments

Comments
 (0)