5454 platform_id : manylinux_aarch64
5555 dp_variant : cpu
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858 with :
5959 # https://github.com/pypa/setuptools_scm/issues/480
6060 fetch-depth : 0
7070 rm -rf .git
7171 if: matrix.dp_pkg_name == 'deepmd-kit-cu11'
7272 - name : Build wheels
73- uses : pypa/cibuildwheel@v3.0
73+ uses : pypa/cibuildwheel@v3.1
7474 env :
7575 CIBW_BUILD_VERBOSITY : 1
7676 CIBW_ARCHS : all
8787 name : Build source distribution
8888 runs-on : ubuntu-latest
8989 steps :
90- - uses : actions/checkout@v4
90+ - uses : actions/checkout@v5
9191 with :
9292 fetch-depth : 0
9393 - name : Build sdist
@@ -106,7 +106,7 @@ jobs:
106106 id-token : write
107107 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
108108 steps :
109- - uses : actions/download-artifact@v4
109+ - uses : actions/download-artifact@v5
110110 with :
111111 pattern : cibw-*
112112 path : dist
@@ -128,8 +128,8 @@ jobs:
128128 steps :
129129 - name : Delete huge unnecessary tools folder
130130 run : rm -rf /opt/hostedtoolcache
131- - uses : actions/checkout@v4
132- - uses : actions/download-artifact@v4
131+ - uses : actions/checkout@v5
132+ - uses : actions/download-artifact@v5
133133 with :
134134 path : source/install/docker/dist
135135 pattern : cibw-*-manylinux_x86_64-cu${{ matrix.cuda_version }}*
@@ -162,7 +162,7 @@ jobs:
162162 needs : [build_wheels, build_sdist]
163163 runs-on : ubuntu-latest
164164 steps :
165- - uses : actions/download-artifact@v4
165+ - uses : actions/download-artifact@v5
166166 with :
167167 path : dist/packages
168168 pattern : cibw-*
0 commit comments