Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 217ea2d

Browse files
Update codecov/codecov-action action to v4
1 parent 69c8e59 commit 217ea2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
maven-
2222
- run: |
2323
mvn clean install -DskipITs
24-
- uses: codecov/codecov-action@v3
24+
- uses: codecov/codecov-action@v4
2525
with:
2626
token: ${{ secrets.CODECOV_TOKEN }}
2727
files: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)