Skip to content

Commit 8dd95ab

Browse files
authored
Merge pull request #248 from gresrun/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents fc9d5d4 + 8e8cac4 commit 8dd95ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: mvn clean test jacoco:report -Dgithub=true
3333

3434
- name: Upload Test Coverage Report
35-
uses: codecov/codecov-action@v3
35+
uses: codecov/codecov-action@v4
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
files: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)