File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 sudo xcode-select --switch /Applications/Xcode_16.4.app
158158
159159 - name : Get build artifact
160- uses : actions/download-artifact@v7 .0.0
160+ uses : actions/download-artifact@v8 .0.0
161161 with :
162162 pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
163163 path : dist
@@ -206,7 +206,7 @@ jobs:
206206 - uses : actions/checkout@v6
207207
208208 - name : Get build artifact
209- uses : actions/download-artifact@v7 .0.0
209+ uses : actions/download-artifact@v8 .0.0
210210 with :
211211 pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
212212 path : dist
@@ -271,7 +271,7 @@ jobs:
271271 - uses : actions/checkout@v6
272272
273273 - name : Get build artifact
274- uses : actions/download-artifact@v7 .0.0
274+ uses : actions/download-artifact@v8 .0.0
275275 with :
276276 pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
277277 path : dist
Original file line number Diff line number Diff line change 4040 needs : [ config, ci ]
4141 steps :
4242 - name : Get build artifacts
43- uses : actions/download-artifact@v7 .0.0
43+ uses : actions/download-artifact@v8 .0.0
4444 with :
4545 pattern : Python-*
4646 path : dist
You can’t perform that action at this time.
0 commit comments