File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 sudo xcode-select --switch /Applications/Xcode_16.4.app
152152
153153 - name : Get build artifact
154- uses : actions/download-artifact@v6 .0.0
154+ uses : actions/download-artifact@v7 .0.0
155155 with :
156156 pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
157157 path : dist
@@ -199,7 +199,7 @@ jobs:
199199 - uses : actions/checkout@v6
200200
201201 - name : Get build artifact
202- uses : actions/download-artifact@v6 .0.0
202+ uses : actions/download-artifact@v7 .0.0
203203 with :
204204 pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
205205 path : dist
@@ -264,7 +264,7 @@ jobs:
264264 - uses : actions/checkout@v6
265265
266266 - name : Get build artifact
267- uses : actions/download-artifact@v6 .0.0
267+ uses : actions/download-artifact@v7 .0.0
268268 with :
269269 pattern : Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.platform }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz
270270 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@v6 .0.0
43+ uses : actions/download-artifact@v7 .0.0
4444 with :
4545 pattern : Python-*
4646 path : dist
You can’t perform that action at this time.
0 commit comments