Skip to content

Commit c3abba3

Browse files
committed
chore(ci): Upgrade Codecov action from v4 to v5 in GitHub workflow
1 parent bba7105 commit c3abba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626

2727
# Upload coverage reports to Codecov
2828
- name: Upload coverage reports to Codecov
29-
uses: codecov/codecov-action@v4
29+
uses: codecov/codecov-action@v5
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)