Skip to content

Commit 68cd687

Browse files
authored
Merge pull request #25 from temporal-sa/dependabot/github_actions/codecov/codecov-action-6
ci(deps): bump codecov/codecov-action from 5 to 6
2 parents ff157c7 + 1148f7a commit 68cd687

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
@@ -54,7 +54,7 @@ jobs:
5454
run: ./gradlew jacocoTestCoverageVerification --no-daemon
5555

5656
- name: Upload coverage reports to Codecov
57-
uses: codecov/codecov-action@v5
57+
uses: codecov/codecov-action@v6
5858
with:
5959
files: ./build/reports/jacoco/test/jacocoTestReport.xml
6060
flags: unittests

0 commit comments

Comments
 (0)