We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f0dbd commit 86d4e4eCopy full SHA for 86d4e4e
.github/workflows/tests.yml
@@ -44,7 +44,7 @@ jobs:
44
# this is why we run `coverage xml` afterwards (required by codecov)
45
- name: Upload to Codecov
46
if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false
47
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
48
with:
49
name: jupyter-cache-pytests-py3.10
50
flags: pytests
0 commit comments