Skip to content

Commit 554817f

Browse files
committed
chore(actions-update): Update codecov
1 parent c0e0d08 commit 554817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
mvn verify javadoc:javadoc jacoco:report -Pcoverage -B -V
3232
- name: Upload coverage report to Codecov
33-
uses: codecov/codecov-action@v1
33+
uses: codecov/codecov-action@v5
3434
with:
3535
file: ./**/target/site/jacoco/jacoco.xml
3636
name: codecov

0 commit comments

Comments
 (0)