File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 7676
7777 - name : Download torch artifact
7878 if : ${{ inputs.torch-artifact }}
79- uses : actions/download-artifact@v4
79+ uses : actions/download-artifact@v5
8080 with :
8181 name : ${{ inputs.torch-artifact }}
8282
9191 pip install -r https://raw.githubusercontent.com/Ascend/pytorch/refs/heads/master/requirements.txt
9292
9393 - name : Download torch_npu artifact
94- uses : actions/download-artifact@v4
94+ uses : actions/download-artifact@v5
9595 with :
9696 name : ${{ inputs.torch-npu-artifact }}
9797 path : ascend_npu
@@ -189,7 +189,7 @@ jobs:
189189 uses : actions/checkout@v4
190190
191191 - name : Download README.md
192- uses : actions/download-artifact@v4
192+ uses : actions/download-artifact@v5
193193 with :
194194 name : README.md
195195
Original file line number Diff line number Diff line change 7171
7272 - name : Download torch artifact
7373 if : ${{ inputs.torch-artifact }}
74- uses : actions/download-artifact@v4
74+ uses : actions/download-artifact@v5
7575 with :
7676 name : ${{ inputs.torch-artifact }}
7777
Original file line number Diff line number Diff line change 6868
6969 - name : Download torch artifact
7070 if : ${{ inputs.torch-artifact }}
71- uses : actions/download-artifact@v4
71+ uses : actions/download-artifact@v5
7272 with :
7373 name : ${{ inputs.torch-artifact }}
7474
9090 echo "torch-version=${torch_version}" >> $GITHUB_OUTPUT
9191
9292 - name : Download torch_npu artifact
93- uses : actions/download-artifact@v4
93+ uses : actions/download-artifact@v5
9494 with :
9595 name : ${{ inputs.torch-npu-artifact }}
9696 path : ascend_npu
Original file line number Diff line number Diff line change 7272
7373 - name : Download torch artifact
7474 if : ${{ inputs.torch-artifact }}
75- uses : actions/download-artifact@v4
75+ uses : actions/download-artifact@v5
7676 with :
7777 name : ${{ inputs.torch-artifact }}
7878
8282 pip install ${{ inputs.torch-artifact }}
8383
8484 - name : Download torch_npu artifact
85- uses : actions/download-artifact@v4
85+ uses : actions/download-artifact@v5
8686 with :
8787 name : ${{ inputs.torch-npu-artifact }}
8888 path : torch_npu
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Download torch artifact
116116 if : ${{ inputs.torch-artifact }}
117- uses : actions/download-artifact@v4
117+ uses : actions/download-artifact@v5
118118 with :
119119 name : ${{ inputs.torch-artifact }}
120120
@@ -124,7 +124,7 @@ jobs:
124124 pip install ${{ inputs.torch-artifact }}
125125
126126 - name : Download torch_hpu artifact
127- uses : actions/download-artifact@v4
127+ uses : actions/download-artifact@v5
128128 with :
129129 # name: ${{ inputs.torch-hpu-artifact }}
130130 name : torch_hpu_dists
Original file line number Diff line number Diff line change 8585
8686 - name : Download torch artifact
8787 if : ${{ inputs.torch-artifact }}
88- uses : actions/download-artifact@v4
88+ uses : actions/download-artifact@v5
8989 with :
9090 name : ${{ inputs.torch-artifact }}
9191
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Download torch artifact
116116 if : ${{ inputs.torch-artifact }}
117- uses : actions/download-artifact@v4
117+ uses : actions/download-artifact@v5
118118 with :
119119 name : ${{ inputs.torch-artifact }}
120120
@@ -124,7 +124,7 @@ jobs:
124124 pip install ${{ inputs.torch-artifact }}
125125
126126 - name : Download torch_hpu artifact
127- uses : actions/download-artifact@v4
127+ uses : actions/download-artifact@v5
128128 with :
129129 # name: ${{ inputs.torch-hpu-artifact }}
130130 name : torch_hpu_dists
You can’t perform that action at this time.
0 commit comments