Skip to content

Commit 01209bd

Browse files
Bump codecov/codecov-action from 1 to 3 (#13620)
1 parent e034cd3 commit 01209bd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci-app_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
coverage report -i
108108
109109
- name: Upload coverage to Codecov
110-
uses: codecov/codecov-action@v1
110+
uses: codecov/codecov-action@v3
111111
with:
112112
token: ${{ secrets.CODECOV_TOKEN }}
113113
file: tests/coverage.xml

.github/workflows/ci-app_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
coverage report -i
115115
116116
- name: Upload coverage to Codecov
117-
uses: codecov/codecov-action@v1
117+
uses: codecov/codecov-action@v3
118118
with:
119119
token: ${{ secrets.CODECOV_TOKEN }}
120120
file: tests/coverage.xml

.github/workflows/ci-pytorch_test-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
coverage xml
9494
9595
- name: Upload coverage to Codecov
96-
uses: codecov/codecov-action@v1
96+
uses: codecov/codecov-action@v3
9797
if: always()
9898
# see: https://github.com/actions/toolkit/issues/399
9999
continue-on-error: true

.github/workflows/ci-pytorch_test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
coverage xml
161161
162162
- name: Upload coverage to Codecov
163-
uses: codecov/codecov-action@v1
163+
uses: codecov/codecov-action@v3
164164
if: always()
165165
# see: https://github.com/actions/toolkit/issues/399
166166
continue-on-error: true

.github/workflows/ci-pytorch_test-slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
coverage xml
8585
8686
- name: Upload coverage to Codecov
87-
uses: codecov/codecov-action@v1
87+
uses: codecov/codecov-action@v3
8888
if: success()
8989
# see: https://github.com/actions/toolkit/issues/399
9090
continue-on-error: true

0 commit comments

Comments
 (0)