Skip to content

Commit 5c8d040

Browse files
authored
Merge branch 'master' into dependabot/maven/com.mebigfatguy.fb-contrib-fb-contrib-7.6.8
2 parents 6744f41 + 18b2ab6 commit 5c8d040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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)