Skip to content

Commit 37cbb5a

Browse files
authored
Upgrade codecov-action to v7 (#269)
1 parent 809bb60 commit 37cbb5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gradlew --warning-mode=all jacocoTestReport
3434
- name: 'Upload coverage to Codecov'
3535
if: github.repository == 'mapstruct/mapstruct-idea' && matrix.version.idea == '2025.1'
36-
uses: codecov/codecov-action@v5
36+
uses: codecov/codecov-action@v7
3737
with:
3838
fail_ci_if_error: true
3939
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)