File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scripts/ppc64le/self-hosted-builder/fs/usr/bin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ trap cleanup EXIT
77# first import docker image
88if [ -f ./manywheel-ppc64le.tar ] ; then
99 docker image load --input manywheel-ppc64le.tar
10- docker image tag docker.io/pytorch/manylinuxppc64le -builder:cpu-ppc64le docker.io/pytorch/manylinuxsppc64le-builder:cpu-ppc64le-main
10+ docker image tag docker.io/pytorch/manylinuxsppc64le -builder:cpu-ppc64le docker.io/pytorch/manylinuxsppc64le-builder:cpu-ppc64le-main
1111 rm -f manywheel-ppc64le.tar
1212fi
1313
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ jobs:
307307 s3-bucket : ${{ inputs.s3-bucket }}
308308
309309 - name : Store PyTorch Build Artifacts for s390x
310- uses : actions/upload-artifact@v3
310+ uses : actions/upload-artifact@v4
311311 if : inputs.build-generates-artifacts && steps.build.outcome != 'skipped' && !inputs.use_split_build && inputs.build-environment == 'linux-s390x-binary-manywheel' && inputs.build-environment != 'linux-ppc64le-binary-manywheel'
312312 with :
313313 name : ${{ inputs.build-environment }}
@@ -316,7 +316,7 @@ jobs:
316316 path : artifacts.zip
317317
318318 - name : Store PyTorch Build Artifacts for s390x for split build
319- uses : actions/upload-artifact@v3
319+ uses : actions/upload-artifact@v4
320320 if : inputs.build-generates-artifacts && steps.build.outcome != 'skipped' && inputs.use_split_build && inputs.build-environment == 'linux-s390x-binary-manywheel' && inputs.build-environment != 'linux-ppc64le-binary-manywheel'
321321 with :
322322 name : ${{ inputs.build-environment }}-experimental-split-build
@@ -336,7 +336,7 @@ jobs:
336336 fi
337337
338338 - name : Store PyTorch Build Artifacts for ppc64le
339- uses : actions/upload-artifact@v3
339+ uses : actions/upload-artifact@4
340340 if : inputs.build-environment == 'linux-ppc64le-binary-manywheel'
341341 with :
342342 name : ${{ inputs.build-environment }}
You can’t perform that action at this time.
0 commit comments