We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368ee73 commit 8b6b7ffCopy full SHA for 8b6b7ff
2 files changed
.github/workflows/PublishCoverageResults.yml
@@ -199,7 +199,7 @@ jobs:
199
retention-days: 1
200
201
- name: 📊 Publish code coverage at CodeCov
202
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
203
id: codecov
204
if: inputs.codecov == 'true'
205
continue-on-error: true
.github/workflows/PublishTestResults.yml
@@ -144,7 +144,7 @@ jobs:
144
reporter: java-junit
145
146
- name: 📊 Publish unittest results at CodeCov
147
148
149
150
0 commit comments