Skip to content

Commit 9c7ccc5

Browse files
committed
fix an github action v3 artifact => v4 in CI - 3
Signed-off-by: DONNOT Benjamin <[email protected]>
1 parent ff3707c commit 9c7ccc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
manylinux_build:
1212
name: Build linux ${{ matrix.python.name }} wheel
1313
runs-on: ubuntu-latest
14-
container: quay.io/pypa/manylinux2014_x86_64
14+
container: quay.io/pypa/manylinux_2_28_x86_64
1515
env:
1616
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1717
GHA_USE_NODE_20: false
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353

5454
- name: Checkout sources
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
with:
5757
submodules: true
5858

0 commit comments

Comments
 (0)