Skip to content

Commit c1a2993

Browse files
authored
Merge pull request #2251 from DLR-AMR/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 4220b70 + af5fe2b commit c1a2993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: cd build && cmake --build . --target coverage
113113
# Upload coverage report to Codecov.
114114
- name: Upload coverage to Codecov
115-
uses: codecov/codecov-action@v5
115+
uses: codecov/codecov-action@v6
116116
with:
117117
files: ./build/coverage.info
118118
fail_ci_if_error: true

0 commit comments

Comments
 (0)