Skip to content

Commit 1ed7b2f

Browse files
authored
Merge pull request #8183 from diffblue/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents e64ef86 + 44d9035 commit 1ed7b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ jobs:
968968
echo "lcov_excl_line = UNREACHABLE" > ~/.lcovrc
969969
cmake --build build --target coverage -- -j2
970970
- name: Upload coverage statistics to Codecov
971-
uses: codecov/codecov-action@v3
971+
uses: codecov/codecov-action@v4
972972
with:
973973
token: ${{ secrets.CODECOV_TOKEN }}
974974
files: build/html/coverage.info

0 commit comments

Comments
 (0)