@@ -128,7 +128,7 @@ jobs:
128
128
export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
129
129
fi
130
130
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
132
132
with :
133
133
name : ${{ runner.os }}-bazel-bin
134
134
path : |
@@ -148,7 +148,7 @@ jobs:
148
148
python : ['3.9', '3.10', '3.11']
149
149
steps :
150
150
- 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
152
152
with :
153
153
name : ${{ runner.os }}-bazel-bin
154
154
path : bazel-bin
@@ -175,7 +175,7 @@ jobs:
175
175
cp $f wheelhouse
176
176
done
177
177
ls wheelhouse/*
178
- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
178
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
179
179
with :
180
180
name : ${{ runner.os }}-${{ matrix.python }}-wheel
181
181
path : wheelhouse
@@ -189,7 +189,7 @@ jobs:
189
189
python : ['3.9']
190
190
steps :
191
191
- 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
193
193
with :
194
194
name : ${{ runner.os }}-${{ matrix.python }}-wheel
195
195
path : wheelhouse
@@ -271,7 +271,7 @@ jobs:
271
271
find build/tensorflow_io -name '*runfiles*' | xargs rm -rf
272
272
find build/tensorflow_io_gcs_filesystem -name '*runfiles*' | xargs rm -rf
273
273
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
275
275
with :
276
276
name : ${{ runner.os }}-bazel-bin
277
277
path : |
@@ -287,7 +287,7 @@ jobs:
287
287
python : ['3.9', '3.10', '3.11']
288
288
steps :
289
289
- 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
291
291
with :
292
292
name : ${{ runner.os }}-bazel-bin
293
293
path : bazel-bin
@@ -307,7 +307,7 @@ jobs:
307
307
done
308
308
sudo chown -R $(id -nu):$(id -ng) .
309
309
ls wheelhouse/*
310
- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
310
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
311
311
with :
312
312
name : ${{ runner.os }}-${{ matrix.python }}-wheel
313
313
path : wheelhouse
@@ -324,7 +324,7 @@ jobs:
324
324
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
325
325
with :
326
326
python-version : ${{ matrix.python }}
327
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
327
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
328
328
with :
329
329
name : ${{ runner.os }}-${{ matrix.python }}-wheel
330
330
path : wheelhouse
@@ -387,7 +387,7 @@ jobs:
387
387
cp -r bazel-bin/tensorflow_io build
388
388
cp -r bazel-bin/tensorflow_io_gcs_filesystem build
389
389
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
391
391
with :
392
392
name : ${{ runner.os }}-bazel-bin
393
393
path : |
@@ -403,7 +403,7 @@ jobs:
403
403
python : ['3.9', '3.10', '3.11']
404
404
steps :
405
405
- 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
407
407
with :
408
408
name : ${{ runner.os }}-bazel-bin
409
409
path : bazel-bin
@@ -420,7 +420,7 @@ jobs:
420
420
rm -rf build
421
421
python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel
422
422
ls -la dist
423
- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
423
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
424
424
with :
425
425
name : ${{ runner.os }}-${{ matrix.python }}-wheel
426
426
path : dist
@@ -434,7 +434,7 @@ jobs:
434
434
python : ['3.9']
435
435
steps :
436
436
- 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
438
438
with :
439
439
name : ${{ runner.os }}-${{ matrix.python }}-wheel
440
440
path : wheel
@@ -487,39 +487,39 @@ jobs:
487
487
needs : [linux-wheel, macos-wheel] # , windows-wheel]
488
488
runs-on : ubuntu-20.04
489
489
steps :
490
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
490
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
491
491
with :
492
492
name : macOS-3.9-wheel
493
493
path : macOS-3.9-wheel
494
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
494
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
495
495
with :
496
496
name : macOS-3.10-wheel
497
497
path : macOS-3.10-wheel
498
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
498
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
499
499
with :
500
500
name : macOS-3.11-wheel
501
501
path : macOS-3.11-wheel
502
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
502
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
503
503
with :
504
504
name : Linux-3.9-wheel
505
505
path : Linux-3.9-wheel
506
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
506
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
507
507
with :
508
508
name : Linux-3.10-wheel
509
509
path : Linux-3.10-wheel
510
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
510
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
511
511
with :
512
512
name : Linux-3.11-wheel
513
513
path : Linux-3.11-wheel
514
- # - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
514
+ # - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
515
515
# with:
516
516
# name: Windows-3.9-wheel
517
517
# path: Windows-3.9-wheel
518
- # - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
518
+ # - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
519
519
# with:
520
520
# name: Windows-3.10-wheel
521
521
# path: Windows-3.10-wheel
522
- # - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
522
+ # - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
523
523
# with:
524
524
# name: Windows-3.11-wheel
525
525
# path: Windows-3.11-wheel
@@ -537,7 +537,7 @@ jobs:
537
537
# cp Windows-3.11-wheel/*.whl wheelhouse/
538
538
ls -la wheelhouse/
539
539
sha256sum wheelhouse/*.whl
540
- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
540
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
541
541
with :
542
542
name : tensorflow-io-release
543
543
path : wheelhouse
@@ -549,7 +549,7 @@ jobs:
549
549
runs-on : ubuntu-20.04
550
550
steps :
551
551
- 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
553
553
with :
554
554
name : tensorflow-io-release
555
555
path : wheelhouse
@@ -613,7 +613,7 @@ jobs:
613
613
set -e -x
614
614
BUILD_NUMBER=$(date "+%Y%m%d%H%M%S")
615
615
echo ${BUILD_NUMBER} > BUILD_NUMBER
616
- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
616
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
617
617
with :
618
618
name : BUILD_NUMBER
619
619
path : BUILD_NUMBER
@@ -627,13 +627,13 @@ jobs:
627
627
matrix :
628
628
python : ['3.9', '3.10', '3.11']
629
629
steps :
630
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
630
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
631
631
with :
632
632
name : BUILD_NUMBER
633
633
- uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
634
634
- run : echo "Build number is $BUILD_NUMBER"
635
635
- 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
637
637
with :
638
638
name : ${{ runner.os }}-bazel-bin
639
639
path : bazel-bin
@@ -660,7 +660,7 @@ jobs:
660
660
cp $f wheelhouse
661
661
done
662
662
ls wheelhouse/*
663
- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
663
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
664
664
with :
665
665
name : ${{ runner.os }}-${{ matrix.python }}-nightly
666
666
path : wheelhouse
@@ -674,13 +674,13 @@ jobs:
674
674
matrix :
675
675
python : ['3.9', '3.10', '3.11']
676
676
steps :
677
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
677
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
678
678
with :
679
679
name : BUILD_NUMBER
680
680
- uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
681
681
- run : echo "Build number is $BUILD_NUMBER"
682
682
- 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
684
684
with :
685
685
name : ${{ runner.os }}-bazel-bin
686
686
path : bazel-bin
@@ -700,7 +700,7 @@ jobs:
700
700
done
701
701
sudo chown -R $(id -nu):$(id -ng) .
702
702
ls wheelhouse/*
703
- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
703
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
704
704
with :
705
705
name : ${{ runner.os }}-${{ matrix.python }}-nightly
706
706
path : wheelhouse
@@ -714,13 +714,13 @@ jobs:
714
714
matrix :
715
715
python : ['3.9', '3.10', '3.11']
716
716
steps :
717
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
717
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
718
718
with :
719
719
name : BUILD_NUMBER
720
720
- uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
721
721
- run : echo "Build number is $BUILD_NUMBER"
722
722
- 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
724
724
with :
725
725
name : ${{ runner.os }}-bazel-bin
726
726
path : bazel-bin
@@ -737,7 +737,7 @@ jobs:
737
737
rm -rf build
738
738
python setup.py --project tensorflow-io-gcs-filesystem --data bazel-bin -q bdist_wheel --nightly %BUILD_NUMBER%
739
739
ls -la dist
740
- - uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
740
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
741
741
with :
742
742
name : ${{ runner.os }}-${{ matrix.python }}-nightly
743
743
path : dist
@@ -748,39 +748,39 @@ jobs:
748
748
needs : [linux-nightly, macos-nightly, windows-nightly]
749
749
runs-on : ubuntu-20.04
750
750
steps :
751
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
751
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
752
752
with :
753
753
name : macOS-3.9-nightly
754
754
path : macOS-3.9-nightly
755
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
755
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
756
756
with :
757
757
name : macOS-3.10-nightly
758
758
path : macOS-3.10-nightly
759
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
759
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
760
760
with :
761
761
name : macOS-3.11-nightly
762
762
path : macOS-3.11-nightly
763
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
763
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
764
764
with :
765
765
name : Linux-3.9-nightly
766
766
path : Linux-3.9-nightly
767
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
767
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
768
768
with :
769
769
name : Linux-3.10-nightly
770
770
path : Linux-3.10-nightly
771
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
771
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
772
772
with :
773
773
name : Linux-3.11-nightly
774
774
path : Linux-3.11-nightly
775
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
775
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
776
776
with :
777
777
name : Windows-3.9-nightly
778
778
path : Windows-3.9-nightly
779
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
779
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
780
780
with :
781
781
name : Windows-3.10-nightly
782
782
path : Windows-3.10-nightly
783
- - uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
783
+ - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
784
784
with :
785
785
name : Windows-3.11-nightly
786
786
path : Windows-3.11-nightly
0 commit comments