Skip to content

Commit 86d4e4e

Browse files
Bump codecov/codecov-action from 4 to 5 in the actions group
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16f0dbd commit 86d4e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# this is why we run `coverage xml` afterwards (required by codecov)
4545
- name: Upload to Codecov
4646
if: github.repository == 'executablebooks/jupyter-cache' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' && false
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4848
with:
4949
name: jupyter-cache-pytests-py3.10
5050
flags: pytests

0 commit comments

Comments
 (0)