Skip to content

Commit d4fc77c

Browse files
authored
Merge pull request #52 from inqwise/dependabot/github_actions/codecov/codecov-action-7
ci(deps): bump codecov/codecov-action from 6 to 7
2 parents 14cbf58 + 619987d commit d4fc77c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload coverage reports to Codecov
5454
if: matrix.java == '21'
55-
uses: codecov/codecov-action@v6
55+
uses: codecov/codecov-action@v7
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
file: ./target/site/jacoco/jacoco.xml
@@ -156,7 +156,7 @@ jobs:
156156
run: mvn test -Dtest=*Compatibility*
157157

158158
- name: Upload coverage reports
159-
uses: codecov/codecov-action@v6
159+
uses: codecov/codecov-action@v7
160160
with:
161161
file: target/site/jacoco/jacoco.xml
162162
flags: unittests

0 commit comments

Comments
 (0)