Skip to content

Commit d14704e

Browse files
authored
Merge pull request #503 from JKomoroski/update_codecov_action
Update codecov-action from v6 to v7
2 parents 095a8eb + 16de8bf commit d14704e

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
@@ -42,7 +42,7 @@ jobs:
4242
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
4343
run: ./gradlew jacocoTestReport --no-daemon
4444

45-
- uses: codecov/codecov-action@v6
45+
- uses: codecov/codecov-action@v7
4646
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
4747
with:
4848
files: build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)