We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac39ad commit 98d081eCopy full SHA for 98d081e
.github/workflows/main.yml
@@ -50,7 +50,7 @@ jobs:
50
run: poetry run mypy
51
52
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
53
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
54
if: ${{ matrix.python-version == '3.11' }}
55
56
check-docs:
0 commit comments