6060 run : make sdist
6161
6262 - name : Upload sdist
63- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
63+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6464 with :
6565 name : sdist
6666 path : dist/*.tar.gz
@@ -146,7 +146,7 @@ jobs:
146146 with :
147147 only : ${{ matrix.only }}
148148
149- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
149+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
150150 with :
151151 path : ./wheelhouse/*.whl
152152 name : wheel-${{ matrix.only }}
@@ -235,7 +235,7 @@ jobs:
235235 python -m pip install twine
236236 python -m twine check ./wheelhouse/*.whl
237237
238- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
238+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
239239 with :
240240 name : Stable-ABI-${{ matrix.os }}-${{ strategy.job-index }}
241241 path : ./wheelhouse/*.whl
@@ -251,15 +251,15 @@ jobs:
251251
252252 steps :
253253 - name : Download bdist files
254- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
254+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
255255 with :
256256 path : ./bdist_downloads
257257 merge-multiple : true
258258
259259 - name : List downloaded artifacts
260260 run : ls -la ./bdist_downloads
261261
262- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
262+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
263263 with :
264264 path : ./bdist_downloads/*.whl
265265 name : wheels
@@ -303,7 +303,7 @@ jobs:
303303 env : { PYTHON_BUILD_VERSION: "${{ matrix.pyversion }}" }
304304
305305 - name : Upload wheels
306- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
306+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
307307 with :
308308 name : wheels-${{ matrix.image }}
309309 path : wheelhouse_*/*-m*linux*.whl # manylinux / musllinux
0 commit comments