@@ -362,7 +362,7 @@ jobs:
362
362
ref : ${{ github.event.inputs.release-commitish }}
363
363
364
364
- name : Download all the dists
365
- uses : actions/download-artifact@v2
365
+ uses : actions/download-artifact@v3
366
366
with :
367
367
name : python-package-distributions
368
368
path : dist/
@@ -515,7 +515,7 @@ jobs:
515
515
rm -rf aiomysql
516
516
517
517
- name : Download all the dists
518
- uses : actions/download-artifact@v2
518
+ uses : actions/download-artifact@v3
519
519
with :
520
520
name : python-package-distributions
521
521
path : dist/
@@ -650,7 +650,7 @@ jobs:
650
650
651
651
steps :
652
652
- name : Download all the dists
653
- uses : actions/download-artifact@v2
653
+ uses : actions/download-artifact@v3
654
654
with :
655
655
name : python-package-distributions
656
656
path : dist/
@@ -680,7 +680,7 @@ jobs:
680
680
681
681
steps :
682
682
- name : Download all the dists
683
- uses : actions/download-artifact@v2
683
+ uses : actions/download-artifact@v3
684
684
with :
685
685
name : python-package-distributions
686
686
path : dist/
@@ -746,7 +746,7 @@ jobs:
746
746
ref : ${{ github.event.inputs.release-commitish }}
747
747
748
748
- name : Download all the dists
749
- uses : actions/download-artifact@v2
749
+ uses : actions/download-artifact@v3
750
750
with :
751
751
name : python-package-distributions
752
752
path : dist/
0 commit comments