File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 name : Download Wheels
143143 steps :
144144 - name : Download all workflow run artifacts
145- uses : actions/download-artifact@v5
145+ uses : actions/download-artifact@v4
146146 - name : Flatten directory
147147 working-directory : .
148148 run : |
Original file line number Diff line number Diff line change 7676 id-token : write
7777 steps :
7878 - name : Download all the dists
79- uses : actions/download-artifact@v5
79+ uses : actions/download-artifact@v4
8080 with :
8181 name : all-dist-${{ github.run_id }}
8282 path : dist/
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 timeout-minutes : 20
194194 steps :
195195 - name : Download sdist
196- uses : actions/download-artifact@v5
196+ uses : actions/download-artifact@v4
197197 - name : Unpack SDist
198198 shell : bash
199199 run : |
You can’t perform that action at this time.
0 commit comments