Skip to content

Commit ac443b4

Browse files
build(deps): bump codecov/codecov-action in the action-deps group
Bumps the action-deps 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: action-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fa3c7b commit ac443b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
retention-days: 7
9090

9191
- name: Upload coverage results (Codecov)
92-
uses: codecov/codecov-action@v4
92+
uses: codecov/codecov-action@v5
9393
if: (matrix.python-version == env.MAIN_PYTHON_VERSION) && (runner.os == 'Linux')
9494
env:
9595
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)