Skip to content

Commit 7e56f5b

Browse files
authored
Merge pull request #203 from xvik/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents cba1709 + 1c9476a commit 7e56f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
6262
run: ./gradlew jacocoTestReport --no-daemon
6363

64-
- uses: codecov/codecov-action@v5
64+
- uses: codecov/codecov-action@v6
6565
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
6666
with:
6767
files: build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)