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 9999 id-token : write # IMPORTANT: mandatory for trusted publishing
100100 steps :
101101 - name : Download all the dists
102- uses : actions/download-artifact@v6
102+ uses : actions/download-artifact@v7
103103 with :
104104 name : python-package-distributions
105105 path : dist/
@@ -119,7 +119,7 @@ jobs:
119119
120120 steps :
121121 - name : Download all the dists
122- uses : actions/download-artifact@v6
122+ uses : actions/download-artifact@v7
123123 with :
124124 name : python-package-distributions
125125 path : dist/
@@ -164,7 +164,7 @@ jobs:
164164
165165 steps :
166166 - name : Download all the dists
167- uses : actions/download-artifact@v6
167+ uses : actions/download-artifact@v7
168168 with :
169169 name : python-package-distributions
170170 path : dist/
Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ jobs:
805805 just install
806806
807807 - name : Get coverage files
808- uses : actions/download-artifact@v6
808+ uses : actions/download-artifact@v7
809809 with :
810810 pattern : " *.coverage"
811811 merge-multiple : true
You can’t perform that action at this time.
0 commit comments