Skip to content

Commit e965982

Browse files
build: bump codecov/codecov-action from 3 to 5 (#288)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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@v3...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 5c6bc57 commit e965982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Upload Coverage
4242
if: matrix.node-version == '22.x'
43-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v6
4444
with:
4545
# Comma-separated list of files to upload
4646
files: ./coverage/coverage-final.json

0 commit comments

Comments
 (0)