File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8484 id-token : write
8585 steps :
8686 - name : Download all the dists
87- uses : actions/download-artifact@v5
87+ uses : actions/download-artifact@v6
8888 with :
8989 name : python-package-distributions
9090 path : dist/
@@ -108,7 +108,7 @@ jobs:
108108 id-token : write
109109 steps :
110110 - name : Download all the dists
111- uses : actions/download-artifact@v5
111+ uses : actions/download-artifact@v6
112112 with :
113113 name : python-package-distributions
114114 path : dist/
@@ -129,7 +129,7 @@ jobs:
129129 id-token : write # IMPORTANT: mandatory for sigstore
130130 steps :
131131 - name : Download all the dists
132- uses : actions/download-artifact@v5
132+ uses : actions/download-artifact@v6
133133 with :
134134 name : python-package-distributions
135135 path : dist/
You can’t perform that action at this time.
0 commit comments