We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5449c93 commit f7ca1a4Copy full SHA for f7ca1a4
.github/workflows/test.yml
@@ -81,7 +81,7 @@ jobs:
81
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
82
83
- name: Upload coverage to Codecov
84
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
85
with:
86
file: ./coverage.xml
87
0 commit comments