File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 env :
206206 CIBW_BUILD : ${{ matrix.CIBW_BUILD }}
207207 CIBW_ARCHS : ${{ matrix.CIBW_ARCHS }}
208- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
208+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
209209 if : |
210210 needs.targets.outputs.upload_to_pypi == 'true' || inputs.upload_to_anaconda
211211 with :
@@ -250,7 +250,7 @@ jobs:
250250 test_command : ${{ inputs.test_command }}
251251 pure_python_wheel : false
252252 python-version : ' 3.12'
253- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
253+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
254254 if : |
255255 needs.targets.outputs.upload_to_pypi == 'true' || inputs.upload_to_anaconda
256256 with :
@@ -269,7 +269,7 @@ jobs:
269269 needs.build_wheels.result != 'failure' &&
270270 needs.build_sdist.result != 'failure'
271271 steps :
272- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
272+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
273273 with :
274274 pattern : dist-*
275275 path : dist
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 needs : [test_artifact_upload]
171171 runs-on : ubuntu-latest
172172 steps :
173- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
173+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
174174 with :
175175 name : artifact-upload-(ubuntu-latest)
176176 path : .
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220220 - run : python -m tox -e ${{ matrix.toxenv }} ${{ matrix.toxargs }} -- ${{ matrix.pytest_flag }} ${{ matrix.posargs }}
221221
222222 - if : ${{ (success() || failure()) && matrix.artifact-path != '' }}
223- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
223+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
224224 with :
225225 name : ${{ matrix.artifact-name }}
226226 path : ${{ matrix.artifact-path }}
You can’t perform that action at this time.
0 commit comments