Revert b397a6e4 / #3078

GitHub Action codecov-action@v4 was made available, then disappeared!
This commit is contained in:
Dimitri Papadopoulos
2023-09-15 16:28:18 +02:00
committed by Dimitri Papadopoulos Orfanos
parent 4365b7d8d5
commit d880fbab0e
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
- run: codespell --help
- run: codespell --version
- run: make check
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
# tomli should not be required for the next two steps (and make sure it's not)
- run: pip uninstall -yq tomli
if: ${{ matrix.no-toml == 'no-toml' }}

View File

@ -24,4 +24,4 @@ jobs:
- run: codespell --help
- run: codespell --version
- run: pytest codespell_lib
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3