File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237 if : ${{ always() }}
238238 - name : Download coverage data
239239 if : ${{ always() }}
240- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
240+ uses : actions/download-artifact@v4
241241 with :
242242 pattern : coverage-data-*
243243 merge-multiple : true
Original file line number Diff line number Diff line change 8888 - name : Install Python dependencies
8989 run : .venv/bin/pip install --require-hashes -r ${{ env.BUILD_REQUIREMENTS_PATH }}
9090
91- - uses : actions/download-artifact@v4.1.8
91+ - uses : actions/download-artifact@v4
9292 with :
9393 name : tongsuopy-sdist
9494 - run : mkdir tmpwheelhouse
@@ -157,7 +157,7 @@ jobs:
157157 sparse-checkout : |
158158 ${{ env.BUILD_REQUIREMENTS_PATH }}
159159 sparse-checkout-cone-mode : false
160- - uses : actions/download-artifact@v4.1.8
160+ - uses : actions/download-artifact@v4
161161 with :
162162 name : tongsuopy-sdist
163163 path : ${{ github.workspace }}
@@ -268,7 +268,7 @@ jobs:
268268 sparse-checkout : |
269269 ${{ env.BUILD_REQUIREMENTS_PATH }}
270270 sparse-checkout-cone-mode : false
271- - uses : actions/download-artifact@v3.0.1
271+ - uses : actions/download-artifact@v4
272272 with :
273273 name : tongsuopy-sdist
274274
@@ -358,7 +358,7 @@ jobs:
358358 sparse-checkout : |
359359 ${{ env.BUILD_REQUIREMENTS_PATH }}
360360 sparse-checkout-cone-mode : false
361- - uses : actions/download-artifact@v3.0.1
361+ - uses : actions/download-artifact@v4
362362 with :
363363 name : tongsuopy-sdist
364364 - name : Setup python
You can’t perform that action at this time.
0 commit comments