File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 exit 1
118118 fi
119119 - name : Download build artifact
120- uses : actions/download-artifact@v4
120+ uses : actions/download-artifact@v5
121121 with :
122122 name : ${{ inputs.package-name }}-pip-package-build
123123 path : ${{ env.build-dir-path }}
@@ -150,7 +150,7 @@ jobs:
150150 with :
151151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
152152 - name : Download build artifact
153- uses : actions/download-artifact@v4
153+ uses : actions/download-artifact@v5
154154 with :
155155 name : ${{ inputs.package-name }}-pip-package-build
156156 path : download-artifact
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 publish-repo-name : ${{ fromJson(inputs.publish-repo-names) }}
148148 steps :
149149 - name : Download build artifact
150- uses : actions/download-artifact@v4
150+ uses : actions/download-artifact@v5
151151 with :
152152 name : ${{ inputs.package-name }}-conda-package-build
153153 path : build-dir
@@ -170,7 +170,7 @@ jobs:
170170 with :
171171 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
172172 - name : Download build artifact
173- uses : actions/download-artifact@v4
173+ uses : actions/download-artifact@v5
174174 with :
175175 name : ${{ inputs.package-name }}-conda-package-build
176176 path : download-artifact
You can’t perform that action at this time.
0 commit comments