We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3641c35 commit e11fa5aCopy full SHA for e11fa5a
1 file changed
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
python -c 'import typing_extensions; import test.__main__' test_typing -v
98
99
- name: Upload coverage reports to Codecov
100
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
+ uses: codecov/codecov-action@v7.0.0
101
if: >-
102
github.repository == 'python/typing_extensions'
103
&& (github.event_name == 'push' || github.event_name == 'pull_request')
0 commit comments