4040 (inputs.host-platform == 'win-64' && 'windows-2022') }}
4141 steps :
4242 - name : Checkout ${{ github.event.repository.name }}
43- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
43+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4444 with :
4545 fetch-depth : 0
4646
6565
6666 - name : Set up Python
6767 id : setup-python1
68- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
68+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
6969 with :
7070 # WAR: setup-python is not relocatable, and cibuildwheel hard-wires to 3.12...
7171 # see https://github.com/actions/setup-python/issues/871
@@ -134,7 +134,7 @@ jobs:
134134
135135 - name : Upload cuda.pathfinder build artifacts
136136 if : ${{ strategy.job-index == 0 && inputs.host-platform == 'linux-64' }}
137- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
137+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
138138 with :
139139 name : cuda-pathfinder-wheel
140140 path : cuda_pathfinder/*.whl
@@ -195,7 +195,7 @@ jobs:
195195 twine check --strict ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
196196
197197 - name : Upload cuda.bindings build artifacts
198- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
198+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
199199 with :
200200 name : ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
201201 path : ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}/*.whl
@@ -282,15 +282,15 @@ jobs:
282282
283283 - name : Upload cuda-python build artifacts
284284 if : ${{ strategy.job-index == 0 && inputs.host-platform == 'linux-64' }}
285- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
285+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
286286 with :
287287 name : cuda-python-wheel
288288 path : cuda_python/*.whl
289289 if-no-files-found : error
290290
291291 - name : Set up Python
292292 id : setup-python2
293- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
293+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
294294 with :
295295 python-version : ${{ matrix.python-version }}
296296
@@ -320,7 +320,7 @@ jobs:
320320 popd
321321
322322 - name : Upload cuda.bindings Cython tests
323- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
323+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
324324 with :
325325 name : ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}-tests
326326 path : ${{ env.CUDA_BINDINGS_CYTHON_TESTS_DIR }}/test_*${{ env.PY_EXT_SUFFIX }}
@@ -334,7 +334,7 @@ jobs:
334334 popd
335335
336336 - name : Upload cuda.core Cython tests
337- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
337+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
338338 with :
339339 name : ${{ env.CUDA_CORE_ARTIFACT_NAME }}-tests
340340 path : ${{ env.CUDA_CORE_CYTHON_TESTS_DIR }}/test_*${{ env.PY_EXT_SUFFIX }}
@@ -453,7 +453,7 @@ jobs:
453453 twine check --strict ${{ env.CUDA_CORE_ARTIFACTS_DIR }}/*.whl
454454
455455 - name : Upload cuda.core build artifacts
456- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
456+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
457457 with :
458458 name : ${{ env.CUDA_CORE_ARTIFACT_NAME }}
459459 path : ${{ env.CUDA_CORE_ARTIFACTS_DIR }}/*.whl
0 commit comments