Skip to content

Commit adb140a

Browse files
Bump codecov/codecov-action from 5.5.2 to 6.0.0 (#1530)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1ddb38 commit adb140a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Notify Codecov that all coverage reports have been uploaded
8383
if: >-
8484
!cancelled()
85-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
85+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
8686
with:
8787
fail_ci_if_error: true
8888
run_command: send-notifications

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
uv run make mototest
7676
- name: Upload coverage to Codecov
77-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
77+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7878
with:
7979
files: ./coverage.xml
8080
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)