2121 - cp313-cp313
2222 steps :
2323 - name : " Checkout"
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 submodules : recursive
2727 persist-credentials : false
4444 # see issue #350 for more information
4545 run : ${PYBIN}/python -m build --wheel --config-setting=--build-option=--plat-name=manylinux_2_28_x86_64 --verbose
4646
47- - uses : actions/upload-artifact@v4
47+ - uses : actions/upload-artifact@v5
4848 with :
4949 name : bdkpython-manylinux_2_28_x86_64-${{ matrix.python }}
5050 path : /home/runner/work/bdk-python/bdk-python/dist/*.whl
@@ -61,14 +61,14 @@ jobs:
6161 - " 3.13"
6262 steps :
6363 - name : " Checkout"
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565 with :
6666 submodules : recursive
6767 persist-credentials : false
6868 fetch-depth : 0
6969
7070 - name : " Install Python"
71- uses : actions/setup-python@v4
71+ uses : actions/setup-python@v5
7272 with :
7373 python-version : ${{ matrix.python }}
7474
8787 run : python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 --verbose
8888
8989 - name : " Upload artifacts"
90- uses : actions/upload-artifact@v4
90+ uses : actions/upload-artifact@v5
9191 with :
9292 name : bdkpython-macos-arm64-${{ matrix.python }}
9393 path : /Users/runner/work/bdk-python/bdk-python/dist/*.whl
@@ -104,14 +104,14 @@ jobs:
104104 - " 3.13"
105105 steps :
106106 - name : " Checkout"
107- uses : actions/checkout@v4
107+ uses : actions/checkout@v5
108108 with :
109109 submodules : recursive
110110 persist-credentials : false
111111 fetch-depth : 0
112112
113113 - name : " Install Python"
114- uses : actions/setup-python@v4
114+ uses : actions/setup-python@v5
115115 with :
116116 python-version : ${{ matrix.python }}
117117
@@ -129,7 +129,7 @@ jobs:
129129 # see issue #350 for more information
130130 run : python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_x86_64 --verbose
131131
132- - uses : actions/upload-artifact@v4
132+ - uses : actions/upload-artifact@v5
133133 with :
134134 name : bdkpython-macos-x86_64-${{ matrix.python }}
135135 path : /Users/runner/work/bdk-python/bdk-python/dist/*.whl
@@ -146,13 +146,13 @@ jobs:
146146 - " 3.13"
147147 steps :
148148 - name : " Checkout"
149- uses : actions/checkout@v4
149+ uses : actions/checkout@v5
150150 with :
151151 submodules : recursive
152152 persist-credentials : false
153153 fetch-depth : 0
154154
155- - uses : actions/setup-python@v4
155+ - uses : actions/setup-python@v5
156156 with :
157157 python-version : ${{ matrix.python }}
158158
@@ -169,7 +169,7 @@ jobs:
169169 run : python -m build --wheel --verbose
170170
171171 - name : " Upload artifacts"
172- uses : actions/upload-artifact@v4
172+ uses : actions/upload-artifact@v5
173173 with :
174174 name : bdkpython-win-${{ matrix.python }}
175175 path : D:\a\bdk-python\bdk-python\dist\*.whl
@@ -180,12 +180,12 @@ jobs:
180180 needs : [build-manylinux_2_28-x86_64-wheels, build-macos-arm64-wheels, build-macos-x86_64-wheels, build-windows-wheels]
181181 steps :
182182 - name : " Checkout"
183- uses : actions/checkout@v4
183+ uses : actions/checkout@v5
184184 with :
185185 persist-credentials : false
186186
187187 - name : " Download artifacts in dist/ directory"
188- uses : actions/download-artifact@v4
188+ uses : actions/download-artifact@v5
189189 with :
190190 path : dist/
191191
0 commit comments