@@ -313,7 +313,7 @@ jobs:
313313 'dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}'
314314 'dist/${{ needs.pre-setup.outputs.wheel-artifact-name }}'
315315 - name : Store the distribution packages
316- uses : actions/upload-artifact@v3
316+ uses : actions/upload-artifact@v4
317317 with :
318318 name : python-package-distributions
319319 # NOTE: Exact expected file names are specified here
@@ -403,7 +403,7 @@ jobs:
403403 shell : bash
404404 - name : Download all the dists
405405 if : matrix.toxenv == 'metadata-validation'
406- uses : actions/download-artifact@v3
406+ uses : actions/download-artifact@v4
407407 with :
408408 name : python-package-distributions
409409 path : dist/
@@ -523,7 +523,7 @@ jobs:
523523 ref : ${{ github.event.inputs.release-commitish }}
524524
525525 - name : Download all the dists
526- uses : actions/download-artifact@v3
526+ uses : actions/download-artifact@v4
527527 with :
528528 name : python-package-distributions
529529 path : dist/
@@ -568,7 +568,7 @@ jobs:
568568 with :
569569 ref : ${{ github.event.inputs.release-commitish }}
570570 - name : Download all the dists
571- uses : actions/download-artifact@v3
571+ uses : actions/download-artifact@v4
572572 with :
573573 name : python-package-distributions
574574 path : dist/
@@ -765,7 +765,7 @@ jobs:
765765 with :
766766 ref : ${{ github.event.inputs.release-commitish }}
767767 - name : Download all the dists
768- uses : actions/download-artifact@v3
768+ uses : actions/download-artifact@v4
769769 with :
770770 name : python-package-distributions
771771 path : dist/
@@ -847,7 +847,7 @@ jobs:
847847 with :
848848 ref : ${{ github.event.inputs.release-commitish }}
849849 - name : Download all the dists
850- uses : actions/download-artifact@v3
850+ uses : actions/download-artifact@v4
851851 with :
852852 name : python-package-distributions
853853 path : dist/
@@ -927,7 +927,7 @@ jobs:
927927 with :
928928 ref : ${{ github.event.inputs.release-commitish }}
929929 - name : Download all the dists
930- uses : actions/download-artifact@v3
930+ uses : actions/download-artifact@v4
931931 with :
932932 name : python-package-distributions
933933 path : dist/
@@ -1010,7 +1010,7 @@ jobs:
10101010
10111011 steps :
10121012 - name : Download all the dists
1013- uses : actions/download-artifact@v3
1013+ uses : actions/download-artifact@v4
10141014 with :
10151015 name : python-package-distributions
10161016 path : dist/
@@ -1039,7 +1039,7 @@ jobs:
10391039
10401040 steps :
10411041 - name : Download all the dists
1042- uses : actions/download-artifact@v3
1042+ uses : actions/download-artifact@v4
10431043 with :
10441044 name : python-package-distributions
10451045 path : dist/
@@ -1098,7 +1098,7 @@ jobs:
10981098
10991099 steps :
11001100 - name : Download all the dists
1101- uses : actions/download-artifact@v3
1101+ uses : actions/download-artifact@v4
11021102 with :
11031103 name : python-package-distributions
11041104 path : dist/
0 commit comments