Skip to content

Commit 18b2ab6

Browse files
Bump codecov/codecov-action from 4 to 5 in /.github/workflows (#6092)
Bumps [codecov/codecov-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b971453 commit 18b2ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
if: >-
1818
github.event_name == 'pull_request' &&
1919
github.event.pull_request.head.repo.full_name != github.repository
20-
uses: codecov/codecov-action@v4
20+
uses: codecov/codecov-action@v5
2121
with:
2222
fail_ci_if_error: true
2323
- name: Upload coverage to codecov (with token)
2424
if: >
2525
github.repository == 'TheAlgorithms/Java' &&
2626
(github.event_name != 'pull_request' ||
2727
github.event.pull_request.head.repo.full_name == github.repository)
28-
uses: codecov/codecov-action@v4
28+
uses: codecov/codecov-action@v5
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
fail_ci_if_error: true

0 commit comments

Comments
 (0)