Skip to content

Commit

Permalink
ci: use codecov 3
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed May 3, 2024
1 parent fca0c61 commit 905067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: coverage xml
- name: Upload to Codecov
if: matrix.python-version == '3.11'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3.1.4
with:
name: sphinx-exercise-pytest-py3.11
flags: pytests
Expand Down

0 comments on commit 905067f

Please sign in to comment.