Skip to content

Commit 9691ab2

Browse files
authored
Merge pull request #1621 from Trusted-AI/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2.1.0 to 3
2 parents 270e054 + e6c2835 commit 9691ab2

14 files changed

+15
-15
lines changed

.github/workflows/ci-deepspeech-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Run Test Action
3030
uses: ./.github/actions/deepspeech-v2
3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v2.1.0
32+
uses: codecov/codecov-action@v3
3333
with:
3434
fail_ci_if_error: true

.github/workflows/ci-deepspeech-v3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run Test Action
3030
uses: ./.github/actions/deepspeech-v3
3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v2.1.0
32+
uses: codecov/codecov-action@v3
3333
with:
3434
fail_ci_if_error: true
3535
test_deepspeech_v3_torch_1_10:
@@ -42,6 +42,6 @@ jobs:
4242
- name: Run Test Action
4343
uses: ./.github/actions/deepspeech-v3
4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@v2.1.0
45+
uses: codecov/codecov-action@v3
4646
with:
4747
fail_ci_if_error: true

.github/workflows/ci-espresso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Run Test Action
3030
uses: ./.github/actions/espresso
3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v2.1.0
32+
uses: codecov/codecov-action@v3
3333
with:
3434
fail_ci_if_error: true

.github/workflows/ci-goturn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Run Test Action
3030
uses: ./.github/actions/goturn
3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v2.1.0
32+
uses: codecov/codecov-action@v3
3333
with:
3434
fail_ci_if_error: true

.github/workflows/ci-keras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
- name: Run Tests
7272
run: ./run_tests.sh ${{ matrix.framework }}
7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@v2.1.0
74+
uses: codecov/codecov-action@v3
7575
with:
7676
fail_ci_if_error: true

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
- name: Run ${{ matrix.name }} ${{ matrix.module }} Tests
6161
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}
6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v2.1.0
63+
uses: codecov/codecov-action@v3
6464
with:
6565
fail_ci_if_error: true

.github/workflows/ci-lingvo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
- name: Run ${{ matrix.name }} Tests
7272
run: ./run_tests.sh ${{ matrix.framework }}
7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@v2.1.0
74+
uses: codecov/codecov-action@v3
7575
with:
7676
fail_ci_if_error: true

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
- name: Run ${{ matrix.name }} ${{ matrix.module }} Tests
5050
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}
5151
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@v2.1.0
52+
uses: codecov/codecov-action@v3
5353
with:
5454
fail_ci_if_error: true

.github/workflows/ci-pytorch-object-detectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
- name: Run Test Action - test_pytorch_faster_rcnn
4949
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_pytorch_faster_rcnn.py --framework=pytorch --durations=0
5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v2.1.0
51+
uses: codecov/codecov-action@v3
5252
with:
5353
fail_ci_if_error: true

.github/workflows/ci-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
- name: Run Tests
6868
run: ./run_tests.sh ${{ matrix.framework }}
6969
- name: Upload coverage to Codecov
70-
uses: codecov/codecov-action@v2.1.0
70+
uses: codecov/codecov-action@v3
7171
with:
7272
fail_ci_if_error: true

0 commit comments

Comments
 (0)