Skip to content

Commit e11fa5a

Browse files
committed
Update codecov action to 7.0.0
1 parent 3641c35 commit e11fa5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python -c 'import typing_extensions; import test.__main__' test_typing -v
9898
9999
- name: Upload coverage reports to Codecov
100-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
100+
uses: codecov/codecov-action@v7.0.0
101101
if: >-
102102
github.repository == 'python/typing_extensions'
103103
&& (github.event_name == 'push' || github.event_name == 'pull_request')

0 commit comments

Comments
 (0)