@@ -128,7 +128,7 @@ jobs:
128128 export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
129129 fi
130130 sudo -E -H bash -e .github/workflows/build.bazel.sh python3
131- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
131+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
132132 with :
133133 name : ${{ runner.os }}-bazel-bin
134134 path : |
@@ -148,7 +148,7 @@ jobs:
148148 python : ['3.9', '3.10', '3.11']
149149 steps :
150150 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
151- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
151+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
152152 with :
153153 name : ${{ runner.os }}-bazel-bin
154154 path : bazel-bin
@@ -175,7 +175,7 @@ jobs:
175175 cp $f wheelhouse
176176 done
177177 ls wheelhouse/*
178- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
178+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
179179 with :
180180 name : ${{ runner.os }}-${{ matrix.python }}-wheel
181181 path : wheelhouse
@@ -189,7 +189,7 @@ jobs:
189189 python : ['3.9']
190190 steps :
191191 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
192- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
192+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
193193 with :
194194 name : ${{ runner.os }}-${{ matrix.python }}-wheel
195195 path : wheelhouse
@@ -271,7 +271,7 @@ jobs:
271271 find build/tensorflow_io -name '*runfiles*' | xargs rm -rf
272272 find build/tensorflow_io_gcs_filesystem -name '*runfiles*' | xargs rm -rf
273273 sudo rm -rf build/tensorflow_io/core/golang_ops.h
274- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
274+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
275275 with :
276276 name : ${{ runner.os }}-bazel-bin
277277 path : |
@@ -287,7 +287,7 @@ jobs:
287287 python : ['3.9', '3.10', '3.11']
288288 steps :
289289 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
290- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
290+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
291291 with :
292292 name : ${{ runner.os }}-bazel-bin
293293 path : bazel-bin
@@ -307,7 +307,7 @@ jobs:
307307 done
308308 sudo chown -R $(id -nu):$(id -ng) .
309309 ls wheelhouse/*
310- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
310+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
311311 with :
312312 name : ${{ runner.os }}-${{ matrix.python }}-wheel
313313 path : wheelhouse
@@ -324,7 +324,7 @@ jobs:
324324 - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
325325 with :
326326 python-version : ${{ matrix.python }}
327- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
327+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
328328 with :
329329 name : ${{ runner.os }}-${{ matrix.python }}-wheel
330330 path : wheelhouse
@@ -387,7 +387,7 @@ jobs:
387387 cp -r bazel-bin/tensorflow_io build
388388 cp -r bazel-bin/tensorflow_io_gcs_filesystem build
389389 bash -c "find build -not -name '*.so' -type f | xargs rm -rf"
390- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
390+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
391391 with :
392392 name : ${{ runner.os }}-bazel-bin
393393 path : |
@@ -403,7 +403,7 @@ jobs:
403403 python : ['3.9', '3.10', '3.11']
404404 steps :
405405 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
406- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
406+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
407407 with :
408408 name : ${{ runner.os }}-bazel-bin
409409 path : bazel-bin
@@ -420,7 +420,7 @@ jobs:
420420 rm -rf build
421421 python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel
422422 ls -la dist
423- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
423+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
424424 with :
425425 name : ${{ runner.os }}-${{ matrix.python }}-wheel
426426 path : dist
@@ -434,7 +434,7 @@ jobs:
434434 python : ['3.9']
435435 steps :
436436 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
437- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
437+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
438438 with :
439439 name : ${{ runner.os }}-${{ matrix.python }}-wheel
440440 path : wheel
@@ -487,39 +487,39 @@ jobs:
487487 needs : [linux-wheel, macos-wheel] # , windows-wheel]
488488 runs-on : ubuntu-20.04
489489 steps :
490- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
490+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
491491 with :
492492 name : macOS-3.9-wheel
493493 path : macOS-3.9-wheel
494- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
494+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
495495 with :
496496 name : macOS-3.10-wheel
497497 path : macOS-3.10-wheel
498- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
498+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
499499 with :
500500 name : macOS-3.11-wheel
501501 path : macOS-3.11-wheel
502- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
502+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
503503 with :
504504 name : Linux-3.9-wheel
505505 path : Linux-3.9-wheel
506- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
506+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
507507 with :
508508 name : Linux-3.10-wheel
509509 path : Linux-3.10-wheel
510- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
510+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
511511 with :
512512 name : Linux-3.11-wheel
513513 path : Linux-3.11-wheel
514- # - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
514+ # - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
515515 # with:
516516 # name: Windows-3.9-wheel
517517 # path: Windows-3.9-wheel
518- # - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
518+ # - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
519519 # with:
520520 # name: Windows-3.10-wheel
521521 # path: Windows-3.10-wheel
522- # - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
522+ # - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
523523 # with:
524524 # name: Windows-3.11-wheel
525525 # path: Windows-3.11-wheel
@@ -537,7 +537,7 @@ jobs:
537537 # cp Windows-3.11-wheel/*.whl wheelhouse/
538538 ls -la wheelhouse/
539539 sha256sum wheelhouse/*.whl
540- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
540+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
541541 with :
542542 name : tensorflow-io-release
543543 path : wheelhouse
@@ -549,7 +549,7 @@ jobs:
549549 runs-on : ubuntu-20.04
550550 steps :
551551 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
552- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
552+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
553553 with :
554554 name : tensorflow-io-release
555555 path : wheelhouse
@@ -613,7 +613,7 @@ jobs:
613613 set -e -x
614614 BUILD_NUMBER=$(date "+%Y%m%d%H%M%S")
615615 echo ${BUILD_NUMBER} > BUILD_NUMBER
616- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
616+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
617617 with :
618618 name : BUILD_NUMBER
619619 path : BUILD_NUMBER
@@ -627,13 +627,13 @@ jobs:
627627 matrix :
628628 python : ['3.9', '3.10', '3.11']
629629 steps :
630- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
630+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
631631 with :
632632 name : BUILD_NUMBER
633633 - uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
634634 - run : echo "Build number is $BUILD_NUMBER"
635635 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
636- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
636+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
637637 with :
638638 name : ${{ runner.os }}-bazel-bin
639639 path : bazel-bin
@@ -660,7 +660,7 @@ jobs:
660660 cp $f wheelhouse
661661 done
662662 ls wheelhouse/*
663- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
663+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
664664 with :
665665 name : ${{ runner.os }}-${{ matrix.python }}-nightly
666666 path : wheelhouse
@@ -674,13 +674,13 @@ jobs:
674674 matrix :
675675 python : ['3.9', '3.10', '3.11']
676676 steps :
677- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
677+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
678678 with :
679679 name : BUILD_NUMBER
680680 - uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
681681 - run : echo "Build number is $BUILD_NUMBER"
682682 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
683- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
683+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
684684 with :
685685 name : ${{ runner.os }}-bazel-bin
686686 path : bazel-bin
@@ -700,7 +700,7 @@ jobs:
700700 done
701701 sudo chown -R $(id -nu):$(id -ng) .
702702 ls wheelhouse/*
703- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
703+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
704704 with :
705705 name : ${{ runner.os }}-${{ matrix.python }}-nightly
706706 path : wheelhouse
@@ -714,13 +714,13 @@ jobs:
714714 matrix :
715715 python : ['3.9', '3.10', '3.11']
716716 steps :
717- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
717+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
718718 with :
719719 name : BUILD_NUMBER
720720 - uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
721721 - run : echo "Build number is $BUILD_NUMBER"
722722 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
723- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
723+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
724724 with :
725725 name : ${{ runner.os }}-bazel-bin
726726 path : bazel-bin
@@ -737,7 +737,7 @@ jobs:
737737 rm -rf build
738738 python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel --nightly %BUILD_NUMBER%
739739 ls -la dist
740- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
740+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
741741 with :
742742 name : ${{ runner.os }}-${{ matrix.python }}-nightly
743743 path : dist
@@ -748,39 +748,39 @@ jobs:
748748 needs : [linux-nightly, macos-nightly, windows-nightly]
749749 runs-on : ubuntu-20.04
750750 steps :
751- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
751+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
752752 with :
753753 name : macOS-3.9-nightly
754754 path : macOS-3.9-nightly
755- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
755+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
756756 with :
757757 name : macOS-3.10-nightly
758758 path : macOS-3.10-nightly
759- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
759+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
760760 with :
761761 name : macOS-3.11-nightly
762762 path : macOS-3.11-nightly
763- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
763+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
764764 with :
765765 name : Linux-3.9-nightly
766766 path : Linux-3.9-nightly
767- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
767+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
768768 with :
769769 name : Linux-3.10-nightly
770770 path : Linux-3.10-nightly
771- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
771+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
772772 with :
773773 name : Linux-3.11-nightly
774774 path : Linux-3.11-nightly
775- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
775+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
776776 with :
777777 name : Windows-3.9-nightly
778778 path : Windows-3.9-nightly
779- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
779+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
780780 with :
781781 name : Windows-3.10-nightly
782782 path : Windows-3.10-nightly
783- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
783+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
784784 with :
785785 name : Windows-3.11-nightly
786786 path : Windows-3.11-nightly
0 commit comments