Skip to content

Commit 8b6b7ff

Browse files
committed
Bumped codecov/codecov-action to '@v6'.
1 parent 368ee73 commit 8b6b7ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PublishCoverageResults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
retention-days: 1
200200

201201
- name: 📊 Publish code coverage at CodeCov
202-
uses: codecov/codecov-action@v5
202+
uses: codecov/codecov-action@v6
203203
id: codecov
204204
if: inputs.codecov == 'true'
205205
continue-on-error: true

.github/workflows/PublishTestResults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
reporter: java-junit
145145

146146
- name: 📊 Publish unittest results at CodeCov
147-
uses: codecov/codecov-action@v5
147+
uses: codecov/codecov-action@v6
148148
id: codecov
149149
if: inputs.codecov == 'true'
150150
continue-on-error: true

0 commit comments

Comments
 (0)