Skip to content

Commit 8216c69

Browse files
authored
Merge pull request #102 from xvik/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents af5ed6a + afb8d03 commit 8216c69

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

41-
- uses: codecov/codecov-action@v5
41+
- uses: codecov/codecov-action@v6
4242
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
4343
with:
4444
files: build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)