Skip to content

Commit ce1e55a

Browse files
ci(deps): Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff84dc9 commit ce1e55a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/alpha-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
241241
- name: Upload Coverage to Codecov
242242
if: matrix.is-primary && env.CODECOV_TOKEN != ''
243-
uses: codecov/codecov-action@v3
243+
uses: codecov/codecov-action@v5
244244
with:
245245
files: ./CoverageReport/Cobertura.xml
246246
flags: unittests,${{ matrix.os }}

.github/workflows/ci-enhanced.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Upload Coverage to Codecov
111111
if: matrix.configuration == 'Release' && matrix.os == 'ubuntu-latest'
112-
uses: codecov/codecov-action@v4
112+
uses: codecov/codecov-action@v5
113113
with:
114114
token: ${{ secrets.CODECOV_TOKEN }}
115115
directory: ./TestResults

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: TestResults/CI/
5757

5858
- name: Upload coverage to Codecov
59-
uses: codecov/codecov-action@v3
59+
uses: codecov/codecov-action@v5
6060
if: success()
6161
with:
6262
directory: TestResults/CI/

.github/workflows/ci.yml

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

145145
- name: Upload coverage reports to Codecov
146146
if: ${{ !inputs.skip_tests && matrix.os == 'ubuntu-latest' && matrix.configuration == 'Release' }}
147-
uses: codecov/codecov-action@v4
147+
uses: codecov/codecov-action@v5
148148
with:
149149
files: ./TestResults/**/coverage.cobertura.xml
150150
flags: unittests

.github/workflows/coverage-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if-no-files-found: error
9292

9393
- name: Upload coverage to Codecov
94-
uses: codecov/codecov-action@v4
94+
uses: codecov/codecov-action@v5
9595
with:
9696
file: ./coverage-reports/coverage.cobertura.xml
9797
flags: unittests

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: 📊 Upload to Codecov
224224
if: matrix.configuration == 'Release' && matrix.os == 'ubuntu-latest'
225-
uses: codecov/codecov-action@v4
225+
uses: codecov/codecov-action@v5
226226
with:
227227
token: ${{ secrets.CODECOV_TOKEN }}
228228
files: ./TestResults/**/coverage.cobertura.xml

0 commit comments

Comments
 (0)