Skip to content

Commit 82a0cd6

Browse files
Update codecov/codecov-action action to v5 (#226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e7a0bd commit 82a0cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Verify
3030
run: mvn verify -DskipTests
3131
- name: Upload coverage reports to Codecov
32-
uses: codecov/codecov-action@v4.5.0
32+
uses: codecov/codecov-action@v5.3.1
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535

0 commit comments

Comments
 (0)