File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9797 id-token : write # IMPORTANT: mandatory for trusted publishing
9898 steps :
9999 - name : Download all the dists
100- uses : actions/download-artifact@v5
100+ uses : actions/download-artifact@v6
101101 with :
102102 name : python-package-distributions
103103 path : dist/
@@ -117,7 +117,7 @@ jobs:
117117
118118 steps :
119119 - name : Download all the dists
120- uses : actions/download-artifact@v5
120+ uses : actions/download-artifact@v6
121121 with :
122122 name : python-package-distributions
123123 path : dist/
@@ -162,7 +162,7 @@ jobs:
162162
163163 steps :
164164 - name : Download all the dists
165- uses : actions/download-artifact@v5
165+ uses : actions/download-artifact@v6
166166 with :
167167 name : python-package-distributions
168168 path : dist/
Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ jobs:
854854 just install
855855
856856 - name : Get coverage files
857- uses : actions/download-artifact@v5
857+ uses : actions/download-artifact@v6
858858 with :
859859 pattern : " *.coverage"
860860 merge-multiple : true
You can’t perform that action at this time.
0 commit comments