Skip to content

Commit

Permalink
CI: update codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Sep 16, 2024
1 parent bc99f9c commit db4dd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: jupyter-cache-pytests-py3.10
flags: pytests
Expand Down

0 comments on commit db4dd18

Please sign in to comment.