@@ -153,7 +153,7 @@ jobs:
153153 python-version : ["38", "39", "310", "311"]
154154
155155 steps :
156- - uses : actions/checkout@v3
156+ - uses : actions/checkout@v4
157157
158158 - name : ' Free up disk space'
159159 run : |
@@ -203,7 +203,7 @@ jobs:
203203 done
204204
205205 - name : Publish Python package as GitHub Artifact
206- uses : actions/upload-artifact@v3
206+ uses : actions/upload-artifact@v4
207207 with :
208208 name : LinuxWheel3${{ matrix.python-version }}
209209 path : Evaluated/ITKModuleTemplate/dist
@@ -251,7 +251,7 @@ jobs:
251251 ../../macpython-download-cache-and-build-module-wheels.sh
252252
253253 - name : Publish Python package as GitHub Artifact
254- uses : actions/upload-artifact@v3
254+ uses : actions/upload-artifact@v4
255255 with :
256256 name : MacOSWheel3${{ matrix.python-version }}
257257 path : Evaluated/ITKModuleTemplate/dist
@@ -264,15 +264,15 @@ jobs:
264264 python-version-minor : ["8", "9", "10", "11"]
265265
266266 steps :
267- - uses : actions/checkout@v3
267+ - uses : actions/checkout@v4
268268
269269 - name : ' Install Python'
270270 run : |
271271 $pythonArch = "64"
272272 $pythonVersion = "3.${{ matrix.python-version-minor }}"
273273 iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/scikit-build/scikit-ci-addons/master/windows/install-python.ps1'))
274274
275- - uses : actions/setup-python@v4
275+ - uses : actions/setup-python@v5
276276 with :
277277 python-version : ' 3.x'
278278
@@ -322,7 +322,7 @@ jobs:
322322 C:\Python3${{ matrix.python-version-minor }}-x64\python.exe C:\P\IPP\scripts\windows_build_module_wheels.py --py-envs "3${{ matrix.python-version-minor }}-x64"
323323
324324 - name : Publish Python package as GitHub Artifact
325- uses : actions/upload-artifact@v3
325+ uses : actions/upload-artifact@v4
326326 with :
327327 name : WindowsWheel3.${{ matrix.python-version-minor }}
328328 path : Evaluated/ITKModuleTemplate/dist
0 commit comments