Skip to content

Commit d845213

Browse files
chore: 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 272e28a commit d845213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
run: npm run test:unit
189189

190190
- name: Upload coverage report to Codecov
191-
uses: codecov/codecov-action@v4
191+
uses: codecov/codecov-action@v5
192192
with:
193193
token: ${{ secrets.CODECOV_TOKEN }}
194194
if: success()

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- run: npm run test:integration
7272

7373
- name: Upload coverage report to Codecov
74-
uses: codecov/codecov-action@v4
74+
uses: codecov/codecov-action@v5
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777
if: success()

0 commit comments

Comments
 (0)