File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9696 id-token : write # IMPORTANT: mandatory for trusted publishing
9797 steps :
9898 - name : Download all the dists
99- uses : actions/download-artifact@v6
99+ uses : actions/download-artifact@v7
100100 with :
101101 name : python-package-distributions
102102 path : dist/
@@ -116,7 +116,7 @@ jobs:
116116
117117 steps :
118118 - name : Download all the dists
119- uses : actions/download-artifact@v6
119+ uses : actions/download-artifact@v7
120120 with :
121121 name : python-package-distributions
122122 path : dist/
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ jobs:
299299 just install
300300
301301 - name : Get coverage files
302- uses : actions/download-artifact@v6
302+ uses : actions/download-artifact@v7
303303 with :
304304 pattern : " *.coverage"
305305 merge-multiple : true
You can’t perform that action at this time.
0 commit comments