diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9cf589..5413347 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: # this is why we run `coverage xml` afterwards (required by codecov) - name: Upload to Codecov if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: jupyter-cache-pytests-py3.10 flags: pytests