Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

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] <[email protected]> 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

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.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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)