@@ -17,14 +17,14 @@ jobs:
1717 with :
1818 submodules : recursive
1919 - name : build wheels
20- uses : pypa/cibuildwheel@v2.16.5
20+ uses : pypa/cibuildwheel@v2.23.2
2121 env :
2222 CIBW_ARCHS : ${{ matrix.arch }}
2323 CIBW_BUILD : ${{ matrix.cw_build }}
2424 SPLINEPY_GITHUB_ACTIONS_BUILD : True
2525 SKBUILD_INSTALL_COMPONENTS : PythonModule
2626
27- - uses : actions/upload-artifact@v3
27+ - uses : actions/upload-artifact@v4
2828 with :
2929 path : ./wheelhouse/*.whl
3030 retention-days : 2
@@ -41,14 +41,14 @@ jobs:
4141 with :
4242 submodules : recursive
4343 - name : build wheels
44- uses : pypa/cibuildwheel@v2.16.5
44+ uses : pypa/cibuildwheel@v2.23.2
4545 env :
4646 CIBW_ARCHS : ${{ matrix.arch }}
4747 CIBW_BUILD : ${{ matrix.cw_build }}
4848 SPLINEPY_GITHUB_ACTIONS_BUILD : True
4949 SKBUILD_INSTALL_COMPONENTS : PythonModule
5050
51- - uses : actions/upload-artifact@v3
51+ - uses : actions/upload-artifact@v4
5252 with :
5353 path : ./wheelhouse/*.whl
5454 retention-days : 2
@@ -65,14 +65,14 @@ jobs:
6565 with :
6666 submodules : recursive
6767 - name : build wheels
68- uses : pypa/cibuildwheel@v2.16.5
68+ uses : pypa/cibuildwheel@v2.23.2
6969 env :
7070 CIBW_ARCHS : ${{ matrix.arch }}
7171 CIBW_BUILD : ${{ matrix.cw_build }}
7272 SPLINEPY_GITHUB_ACTIONS_BUILD : True
7373 SKBUILD_INSTALL_COMPONENTS : PythonModule
7474
75- - uses : actions/upload-artifact@v3
75+ - uses : actions/upload-artifact@v4
7676 with :
7777 path : ./wheelhouse/*.whl
7878 retention-days : 2
@@ -89,15 +89,15 @@ jobs:
8989 with :
9090 submodules : recursive
9191 - name : build wheels
92- uses : pypa/cibuildwheel@v2.16.5
92+ uses : pypa/cibuildwheel@v2.23.2
9393 env :
9494 CIBW_ARCHS : ${{ matrix.arch }}
9595 CIBW_BUILD : ${{ matrix.cw_build }}
9696 CIBW_TEST_SKIP : " *-win_arm64"
9797 SPLINEPY_GITHUB_ACTIONS_BUILD : True
9898 SKBUILD_INSTALL_COMPONENTS : PythonModule
9999
100- - uses : actions/upload-artifact@v3
100+ - uses : actions/upload-artifact@v4
101101 with :
102102 path : ./wheelhouse/*.whl
103103 retention-days : 2
@@ -112,7 +112,7 @@ jobs:
112112 - name : Build sdist
113113 run : pipx run build --sdist
114114
115- - uses : actions/upload-artifact@v3
115+ - uses : actions/upload-artifact@v4
116116 with :
117117 path : ./dist/*
118118 retention-days : 2
@@ -124,7 +124,7 @@ jobs:
124124 permissions :
125125 id-token : write
126126 steps :
127- - uses : actions/download-artifact@v3
127+ - uses : actions/download-artifact@v4
128128 with :
129129 name : artifact
130130 path : dist
0 commit comments