@@ -313,7 +313,7 @@ jobs:
313
313
'dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}'
314
314
'dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}'
315
315
- name : Store the distribution packages
316
- uses : actions/upload-artifact@v3
316
+ uses : actions/upload-artifact@v4
317
317
with :
318
318
name : python-package-distributions
319
319
# NOTE: Exact expected file names are specified here
@@ -403,7 +403,7 @@ jobs:
403
403
shell : bash
404
404
- name : Download all the dists
405
405
if : matrix.toxenv == 'metadata-validation'
406
- uses : actions/download-artifact@v3
406
+ uses : actions/download-artifact@v4
407
407
with :
408
408
name : python-package-distributions
409
409
path : dist/
@@ -523,7 +523,7 @@ jobs:
523
523
ref : ${{ github.event.inputs.release-commitish }}
524
524
525
525
- name : Download all the dists
526
- uses : actions/download-artifact@v3
526
+ uses : actions/download-artifact@v4
527
527
with :
528
528
name : python-package-distributions
529
529
path : dist/
@@ -568,7 +568,7 @@ jobs:
568
568
with :
569
569
ref : ${{ github.event.inputs.release-commitish }}
570
570
- name : Download all the dists
571
- uses : actions/download-artifact@v3
571
+ uses : actions/download-artifact@v4
572
572
with :
573
573
name : python-package-distributions
574
574
path : dist/
@@ -765,7 +765,7 @@ jobs:
765
765
with :
766
766
ref : ${{ github.event.inputs.release-commitish }}
767
767
- name : Download all the dists
768
- uses : actions/download-artifact@v3
768
+ uses : actions/download-artifact@v4
769
769
with :
770
770
name : python-package-distributions
771
771
path : dist/
@@ -847,7 +847,7 @@ jobs:
847
847
with :
848
848
ref : ${{ github.event.inputs.release-commitish }}
849
849
- name : Download all the dists
850
- uses : actions/download-artifact@v3
850
+ uses : actions/download-artifact@v4
851
851
with :
852
852
name : python-package-distributions
853
853
path : dist/
@@ -927,7 +927,7 @@ jobs:
927
927
with :
928
928
ref : ${{ github.event.inputs.release-commitish }}
929
929
- name : Download all the dists
930
- uses : actions/download-artifact@v3
930
+ uses : actions/download-artifact@v4
931
931
with :
932
932
name : python-package-distributions
933
933
path : dist/
@@ -1010,7 +1010,7 @@ jobs:
1010
1010
1011
1011
steps :
1012
1012
- name : Download all the dists
1013
- uses : actions/download-artifact@v3
1013
+ uses : actions/download-artifact@v4
1014
1014
with :
1015
1015
name : python-package-distributions
1016
1016
path : dist/
@@ -1039,7 +1039,7 @@ jobs:
1039
1039
1040
1040
steps :
1041
1041
- name : Download all the dists
1042
- uses : actions/download-artifact@v3
1042
+ uses : actions/download-artifact@v4
1043
1043
with :
1044
1044
name : python-package-distributions
1045
1045
path : dist/
@@ -1098,7 +1098,7 @@ jobs:
1098
1098
1099
1099
steps :
1100
1100
- name : Download all the dists
1101
- uses : actions/download-artifact@v3
1101
+ uses : actions/download-artifact@v4
1102
1102
with :
1103
1103
name : python-package-distributions
1104
1104
path : dist/
0 commit comments