@@ -146,7 +146,7 @@ jobs:
146
146
python-version : ["38", "39", "310", "311"]
147
147
148
148
steps :
149
- - uses : actions/checkout@v3
149
+ - uses : actions/checkout@v4
150
150
151
151
- name : ' Free up disk space'
152
152
run : |
@@ -196,7 +196,7 @@ jobs:
196
196
done
197
197
198
198
- name : Publish Python package as GitHub Artifact
199
- uses : actions/upload-artifact@v3
199
+ uses : actions/upload-artifact@v4
200
200
with :
201
201
name : LinuxWheel${{ matrix.python-version }}
202
202
path : Evaluated/ITKModuleTemplate/dist
@@ -244,7 +244,7 @@ jobs:
244
244
../../macpython-download-cache-and-build-module-wheels.sh
245
245
246
246
- name : Publish Python package as GitHub Artifact
247
- uses : actions/upload-artifact@v3
247
+ uses : actions/upload-artifact@v4
248
248
with :
249
249
name : MacOSWheels
250
250
path : Evaluated/ITKModuleTemplate/dist
@@ -257,15 +257,15 @@ jobs:
257
257
python-version-minor : ["8", "9", "10", "11"]
258
258
259
259
steps :
260
- - uses : actions/checkout@v3
260
+ - uses : actions/checkout@v4
261
261
262
262
- name : ' Install Python'
263
263
run : |
264
264
$pythonArch = "64"
265
265
$pythonVersion = "3.${{ matrix.python-version-minor }}"
266
266
iex ((new-object net.webclient).DownloadString('https://github.com/raw/scikit-build/scikit-ci-addons/master/windows/install-python.ps1'))
267
267
268
- - uses : actions/setup-python@v4
268
+ - uses : actions/setup-python@v5
269
269
with :
270
270
python-version : ' 3.x'
271
271
@@ -315,7 +315,7 @@ jobs:
315
315
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"
316
316
317
317
- name : Publish Python package as GitHub Artifact
318
- uses : actions/upload-artifact@v3
318
+ uses : actions/upload-artifact@v4
319
319
with :
320
320
name : WindowWheel3.${{ matrix.python-version-minor }}
321
321
path : Evaluated/ITKModuleTemplate/dist
0 commit comments