Skip to content

Commit e22629f

Browse files
Update codecov/codecov-action action to v7 (#547)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa2c978 commit e22629f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: mvn clean jacoco:prepare-agent test jacoco:report
2121

2222
- name: Upload coverage to Codecov
23-
uses: codecov/codecov-action@v6
23+
uses: codecov/codecov-action@v7
2424
with:
2525
token: ${{secrets.CODECOV_TOKEN}}
2626
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)