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 9494 id-token : write # IMPORTANT: mandatory for trusted publishing
9595 steps :
9696 - name : Download all the dists
97- uses : actions/download-artifact@v6
97+ uses : actions/download-artifact@v7
9898 with :
9999 name : python-package-distributions
100100 path : dist/
@@ -114,7 +114,7 @@ jobs:
114114
115115 steps :
116116 - name : Download all the dists
117- uses : actions/download-artifact@v6
117+ uses : actions/download-artifact@v7
118118 with :
119119 name : python-package-distributions
120120 path : dist/
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ jobs:
286286 just setup ${{ steps.sp.outputs.python-path }}
287287
288288 - name : Get coverage files
289- uses : actions/download-artifact@v6
289+ uses : actions/download-artifact@v7
290290 with :
291291 pattern : " *.coverage"
292292 merge-multiple : true
You can’t perform that action at this time.
0 commit comments