Skip to content

Commit 29ff09a

Browse files
Update codecov/codecov-action action to v6
1 parent 5f8de21 commit 29ff09a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branches-and-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ jobs:
125125
run: './gradlew --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}"'
126126
- id: 'step-4'
127127
name: 'Upload to Codecov.io'
128-
uses: 'codecov/codecov-action@v5'
128+
uses: 'codecov/codecov-action@v6'
129129
with:
130130
fail_ci_if_error: 'true'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: './gradlew --stop'
105105
- id: 'step-4'
106106
name: 'Upload to Codecov.io'
107-
uses: 'codecov/codecov-action@v5'
107+
uses: 'codecov/codecov-action@v6'
108108
with:
109109
fail_ci_if_error: 'true'
110110
release-spock:

0 commit comments

Comments
 (0)