diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bfc1cd0..229697c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: python -c 'import typing_extensions; import test.__main__' test_typing -v - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 if: >- github.repository == 'python/typing_extensions' && (github.event_name == 'push' || github.event_name == 'pull_request')