Skip to content

Commit f2d0eb4

Browse files
Bump codecov/codecov-action from 3.0.0 to 3.1.0 (#6509)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33cdabd commit f2d0eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
$PYTEST_EXTRA_FLAGS
110110
111111
- name: Upload code coverage to Codecov
112-
uses: codecov/codecov-action@v3.0.0
112+
uses: codecov/codecov-action@v3.1.0
113113
with:
114114
file: ./coverage.xml
115115
flags: unittests,${{ matrix.env }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
path: pytest.xml
105105

106106
- name: Upload code coverage to Codecov
107-
uses: codecov/codecov-action@v3.0.0
107+
uses: codecov/codecov-action@v3.1.0
108108
with:
109109
file: ./coverage.xml
110110
flags: unittests

0 commit comments

Comments
 (0)