From 94d7033d58cc77d61ddb025453ee56a2e49abe2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:42:02 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-deepspeech-v3.yml | 2 +- .github/workflows/ci-espresso.yml | 2 +- .github/workflows/ci-goturn.yml | 2 +- .github/workflows/ci-huggingface.yml | 2 +- .github/workflows/ci-keras.yml | 2 +- .github/workflows/ci-legacy.yml | 2 +- .github/workflows/ci-lingvo.yml | 2 +- .github/workflows/ci-mxnet.yml | 2 +- .github/workflows/ci-pytorch-object-detectors.yml | 2 +- .github/workflows/ci-pytorch.yml | 2 +- .github/workflows/ci-scikit-learn.yml | 2 +- .github/workflows/ci-tensorflow-v1.yml | 2 +- .github/workflows/ci-tensorflow-v2.yml | 2 +- .github/workflows/ci-tf-faster-rcnn.yml | 2 +- .github/workflows/ci-tfv2-faster-rcnn.yml | 2 +- .github/workflows/ci-yolo.yml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci-deepspeech-v3.yml b/.github/workflows/ci-deepspeech-v3.yml index d023d17028..441a5c3e27 100644 --- a/.github/workflows/ci-deepspeech-v3.yml +++ b/.github/workflows/ci-deepspeech-v3.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/deepspeech-v3 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-espresso.yml b/.github/workflows/ci-espresso.yml index 030f0e3b13..75d2627443 100644 --- a/.github/workflows/ci-espresso.yml +++ b/.github/workflows/ci-espresso.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/espresso - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-goturn.yml b/.github/workflows/ci-goturn.yml index 82613bda23..340a4ce523 100644 --- a/.github/workflows/ci-goturn.yml +++ b/.github/workflows/ci-goturn.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/goturn - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/ci-huggingface.yml b/.github/workflows/ci-huggingface.yml index 36af46e1fe..ba89ec7203 100644 --- a/.github/workflows/ci-huggingface.yml +++ b/.github/workflows/ci-huggingface.yml @@ -60,7 +60,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-keras.yml b/.github/workflows/ci-keras.yml index b743e57d0b..e9b0dfe0cd 100644 --- a/.github/workflows/ci-keras.yml +++ b/.github/workflows/ci-keras.yml @@ -68,7 +68,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-legacy.yml b/.github/workflows/ci-legacy.yml index 58533499a0..993fd70e54 100644 --- a/.github/workflows/ci-legacy.yml +++ b/.github/workflows/ci-legacy.yml @@ -63,7 +63,7 @@ jobs: - name: Run ${{ matrix.name }} ${{ matrix.module }} Tests run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-lingvo.yml b/.github/workflows/ci-lingvo.yml index 884fe2e28a..0049cfcf47 100644 --- a/.github/workflows/ci-lingvo.yml +++ b/.github/workflows/ci-lingvo.yml @@ -61,7 +61,7 @@ jobs: - name: Run ${{ matrix.name }} Tests run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_tensorflow_lingvo.py --framework=${{ matrix.framework }} --durations=0 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-mxnet.yml b/.github/workflows/ci-mxnet.yml index 890f46462a..30e46eb625 100644 --- a/.github/workflows/ci-mxnet.yml +++ b/.github/workflows/ci-mxnet.yml @@ -50,7 +50,7 @@ jobs: - name: Run ${{ matrix.name }} ${{ matrix.module }} Tests run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-pytorch-object-detectors.yml b/.github/workflows/ci-pytorch-object-detectors.yml index c38a73394a..66c23f62c6 100644 --- a/.github/workflows/ci-pytorch-object-detectors.yml +++ b/.github/workflows/ci-pytorch-object-detectors.yml @@ -50,7 +50,7 @@ jobs: - name: Run Test Action - test_pytorch_object_seeker_faster_rcnn run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_object_seeker_faster_rcnn.py --framework=pytorch --durations=0 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-pytorch.yml b/.github/workflows/ci-pytorch.yml index a6fce208b5..e1f99b29ad 100644 --- a/.github/workflows/ci-pytorch.yml +++ b/.github/workflows/ci-pytorch.yml @@ -62,7 +62,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-scikit-learn.yml b/.github/workflows/ci-scikit-learn.yml index ab2ff532f9..cb64243012 100644 --- a/.github/workflows/ci-scikit-learn.yml +++ b/.github/workflows/ci-scikit-learn.yml @@ -56,7 +56,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-tensorflow-v1.yml b/.github/workflows/ci-tensorflow-v1.yml index ad287653a7..d3c04cb2c4 100644 --- a/.github/workflows/ci-tensorflow-v1.yml +++ b/.github/workflows/ci-tensorflow-v1.yml @@ -76,7 +76,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-tensorflow-v2.yml b/.github/workflows/ci-tensorflow-v2.yml index c7dd9efdf1..3a271cb9c1 100644 --- a/.github/workflows/ci-tensorflow-v2.yml +++ b/.github/workflows/ci-tensorflow-v2.yml @@ -71,7 +71,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-tf-faster-rcnn.yml b/.github/workflows/ci-tf-faster-rcnn.yml index 0500304b5d..73ff0f9655 100644 --- a/.github/workflows/ci-tf-faster-rcnn.yml +++ b/.github/workflows/ci-tf-faster-rcnn.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/tf-faster-rcnn - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-tfv2-faster-rcnn.yml b/.github/workflows/ci-tfv2-faster-rcnn.yml index 22828775a1..924b9bb47d 100644 --- a/.github/workflows/ci-tfv2-faster-rcnn.yml +++ b/.github/workflows/ci-tfv2-faster-rcnn.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/tfv2-faster-rcnn - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-yolo.yml b/.github/workflows/ci-yolo.yml index 1f603c7fdb..b3a7ae5499 100644 --- a/.github/workflows/ci-yolo.yml +++ b/.github/workflows/ci-yolo.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/yolo - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true