Skip to content

Commit a62a476

Browse files
[Dependabot]: Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc4ec33 commit a62a476

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)