We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8de21 commit 29ff09aCopy full SHA for 29ff09a
2 files changed
.github/workflows/branches-and-prs.yaml
@@ -125,6 +125,6 @@ jobs:
125
run: './gradlew --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}"'
126
- id: 'step-4'
127
name: 'Upload to Codecov.io'
128
- uses: 'codecov/codecov-action@v5'
+ uses: 'codecov/codecov-action@v6'
129
with:
130
fail_ci_if_error: 'true'
.github/workflows/release.yaml
@@ -104,7 +104,7 @@ jobs:
104
run: './gradlew --stop'
105
106
107
108
109
110
release-spock:
0 commit comments