diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 87bd0d1bf8..81f4d32162 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu') - run: pytest codespell_lib if: startsWith(matrix.os, 'windows') - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} # tomli should not be required for the next two steps (and make sure it's not)