@@ -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/
@@ -522,7 +522,7 @@ jobs:
522
522
ref : ${{ github.event.inputs.release-commitish }}
523
523
524
524
- name : Download all the dists
525
- uses : actions/download-artifact@v3
525
+ uses : actions/download-artifact@v4
526
526
with :
527
527
name : python-package-distributions
528
528
path : dist/
@@ -566,7 +566,7 @@ jobs:
566
566
with :
567
567
ref : ${{ github.event.inputs.release-commitish }}
568
568
- name : Download all the dists
569
- uses : actions/download-artifact@v3
569
+ uses : actions/download-artifact@v4
570
570
with :
571
571
name : python-package-distributions
572
572
path : dist/
@@ -763,7 +763,7 @@ jobs:
763
763
with :
764
764
ref : ${{ github.event.inputs.release-commitish }}
765
765
- name : Download all the dists
766
- uses : actions/download-artifact@v3
766
+ uses : actions/download-artifact@v4
767
767
with :
768
768
name : python-package-distributions
769
769
path : dist/
@@ -845,7 +845,7 @@ jobs:
845
845
with :
846
846
ref : ${{ github.event.inputs.release-commitish }}
847
847
- name : Download all the dists
848
- uses : actions/download-artifact@v3
848
+ uses : actions/download-artifact@v4
849
849
with :
850
850
name : python-package-distributions
851
851
path : dist/
@@ -925,7 +925,7 @@ jobs:
925
925
with :
926
926
ref : ${{ github.event.inputs.release-commitish }}
927
927
- name : Download all the dists
928
- uses : actions/download-artifact@v3
928
+ uses : actions/download-artifact@v4
929
929
with :
930
930
name : python-package-distributions
931
931
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