diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index 3d4fc36a59..44d2d11053 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -52,7 +52,7 @@ jobs: - run: codespell --help - run: codespell --version - run: make check - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} # tomli should not be required for the next two steps (and make sure it's not) diff --git a/.github/workflows/codespell-windows.yml b/.github/workflows/codespell-windows.yml index 4bb12b2045..c090a224d7 100644 --- a/.github/workflows/codespell-windows.yml +++ b/.github/workflows/codespell-windows.yml @@ -25,6 +25,6 @@ jobs: - run: codespell --help - run: codespell --version - run: pytest codespell_lib - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}