Skip to content

Commit

Permalink
⬆️ Bump codecov/codecov-action from 1 to 3 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 26, 2023
1 parent dd7af64 commit 2a536b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
pytest --cov=sphinx_design --cov-report=xml --cov-report=term-missing
- name: Upload to Codecov
if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
name: pytests
flags: pytests
Expand Down

0 comments on commit 2a536b5

Please sign in to comment.