Skip to content

Commit 2a536b5

Browse files
⬆️ Bump codecov/codecov-action from 1 to 3 (#143)
1 parent dd7af64 commit 2a536b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pytest --cov=sphinx_design --cov-report=xml --cov-report=term-missing
4949
- name: Upload to Codecov
5050
if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
51-
uses: codecov/codecov-action@v1
51+
uses: codecov/codecov-action@v3
5252
with:
5353
name: pytests
5454
flags: pytests

0 commit comments

Comments
 (0)