File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232 ${{ needs.pre-setup.outputs.dists-artifact-name }}
233233 - name : Download distributions
234234 if : steps.build_type.outputs.build_type == 'wheel'
235- uses : actions/download-artifact@v5
235+ uses : actions/download-artifact@v6
236236 with :
237237 pattern : ${{ needs.pre-setup.outputs.dists-artifact-name }}*
238238 merge-multiple : true
@@ -451,7 +451,7 @@ jobs:
451451 workflow-artifact-name : >-
452452 ${{ needs.pre-setup.outputs.dists-artifact-name }}
453453 - name : Download artifacts
454- uses : actions/download-artifact@v5
454+ uses : actions/download-artifact@v6
455455 with :
456456 pattern : coverage*
457457 merge-multiple : true
@@ -556,7 +556,7 @@ jobs:
556556 ${{ needs.pre-setup.outputs.dists-artifact-name }}
557557
558558 - name : Download distributions
559- uses : actions/download-artifact@v5
559+ uses : actions/download-artifact@v6
560560 with :
561561 pattern : ${{ needs.pre-setup.outputs.dists-artifact-name }}*
562562 merge-multiple : true
Original file line number Diff line number Diff line change 9696 shell : python
9797
9898 - name : Download the source distribution
99- uses : actions/download-artifact@v5
99+ uses : actions/download-artifact@v6
100100 with :
101101 name : ${{ inputs.dists-artifact-name }}
102102 path : dist/
You can’t perform that action at this time.
0 commit comments