Skip to content

Commit 6c5c692

Browse files
build(deps): bump codecov/codecov-action from 4 to 5 (#1140)
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f0f3d6 commit 6c5c692

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Upload Coverage to Codecov
111111
if: matrix.build_type == 'Debug'
112-
uses: codecov/codecov-action@v4
112+
uses: codecov/codecov-action@v5
113113
with:
114114
token: ${{ secrets.CODECOV_TOKEN }}
115115
files: build_${{matrix.build_type}}/coverage.xml

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Upload Coverage to Codecov
7070
if: matrix.build_type == 'Debug'
71-
uses: codecov/codecov-action@v4
71+
uses: codecov/codecov-action@v5
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
files: build_${{matrix.build_type}}/coverage.xml

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
235235
- name: Upload Coverage to Codecov
236236
if: matrix.build_type == 'Debug'
237-
uses: codecov/codecov-action@v4
237+
uses: codecov/codecov-action@v5
238238
with:
239239
token: ${{ secrets.CODECOV_TOKEN }}
240240
files: build_${{matrix.build_type}}/coverage.xml

0 commit comments

Comments
 (0)