Skip to content

Commit 5b10d47

Browse files
build(deps): bump codecov/codecov-action from 4 to 5 in the action-deps group (#6053)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sébastien Morais <[email protected]>
1 parent 1f00f3d commit 5b10d47

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)