Skip to content

Commit 29d14da

Browse files
Bump codecov/codecov-action from 1 to 3 (#334)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b2c055 commit 29d14da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pytest --cov=./ --cov-report=xml
4545
4646
- name: Upload code coverage to Codecov
47-
uses: codecov/codecov-action@v1
47+
uses: codecov/codecov-action@v3
4848
with:
4949
file: ./coverage.xml
5050
flags: unittests

0 commit comments

Comments
 (0)