Skip to content

Commit 6f986a5

Browse files
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2013f54 commit 6f986a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run: python -m pip install -e .[test]
6262
- run: relint --version
6363
- run: py.test --cov=.
64-
- uses: codecov/codecov-action@v4
64+
- uses: codecov/codecov-action@v5
6565

6666

6767
extras:
@@ -80,7 +80,7 @@ jobs:
8080
- run: python -m pip install -e .[test,${{ matrix.extras }}]
8181
- run: relint --version
8282
- run: py.test --cov=.
83-
- uses: codecov/codecov-action@v4
83+
- uses: codecov/codecov-action@v5
8484

8585
analyze:
8686
name: CodeQL Analyze

0 commit comments

Comments
 (0)