Skip to content

Commit 27484da

Browse files
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 613f24e commit 27484da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
echo ${{ github.event_name }}
190190
191191
- name: Upload coverage to Codecov
192-
uses: codecov/codecov-action@v4
192+
uses: codecov/codecov-action@v5
193193
with:
194194
fail_ci_if_error: true
195195
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/skip-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo ${{ github.event_name }}
7878
7979
- name: Upload coverage to Codecov
80-
uses: codecov/codecov-action@v4
80+
uses: codecov/codecov-action@v5
8181
with:
8282
fail_ci_if_error: true
8383
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo ${{ github.event_name }}
6767
6868
- name: Upload coverage to Codecov
69-
uses: codecov/codecov-action@v4
69+
uses: codecov/codecov-action@v5
7070
with:
7171
fail_ci_if_error: true
7272
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954

0 commit comments

Comments
 (0)