Skip to content

Commit 4e44f95

Browse files
authored
Merge pull request #1099 from Trusted-AI/dependabot/github_actions/codecov/codecov-action-1.5.0
Bump codecov/codecov-action from 1 to 1.5.0
2 parents 39e5fab + 6162930 commit 4e44f95

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Run Test Action
3030
uses: ./.github/actions/deepspeech-v2
3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v1
32+
uses: codecov/codecov-action@v1.5.0

.github/workflows/ci-lingvo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
- name: Run ${{ matrix.name }} Tests
6161
run: ./run_tests.sh ${{ matrix.framework }}
6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v1
63+
uses: codecov/codecov-action@v1.5.0

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
- name: Run ${{ matrix.name }} Tests
8787
run: ./run_tests.sh ${{ matrix.framework }}
8888
- name: Upload coverage to Codecov
89-
uses: codecov/codecov-action@v1
89+
uses: codecov/codecov-action@v1.5.0

.github/workflows/ci-pytorch-fasterrcnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Run Test Action
4747
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_pytorch_faster_rcnn.py --framework=pytorch --skip_travis=True --durations=0
4848
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v1
49+
uses: codecov/codecov-action@v1.5.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Run Tests
134134
run: ./run_tests.sh ${{ matrix.framework }}
135135
- name: Upload coverage to Codecov
136-
uses: codecov/codecov-action@v1
136+
uses: codecov/codecov-action@v1.5.0
137137
style:
138138
name: Style Check
139139
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)