Skip to content

Commit 9ceaf74

Browse files
build(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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a33f71 commit 9ceaf74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
-
178178
name: Send to Codecov
179179
if: always()
180-
uses: codecov/codecov-action@v4
180+
uses: codecov/codecov-action@v5
181181
with:
182182
directory: ./bin/testreports
183183
flags: ${{ matrix.codecov_flags }}

.github/workflows/test-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
-
148148
name: Send to Codecov
149149
if: always()
150-
uses: codecov/codecov-action@v4
150+
uses: codecov/codecov-action@v5
151151
with:
152152
directory: ./bin/testreports
153153
env_vars: RUNNER_OS

0 commit comments

Comments
 (0)