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

Commit 9f38783

Browse files
Bump codecov/codecov-action from 4 to 5 (#145)
* 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]> * Update build.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Pająk <[email protected]>
1 parent 31ceffa commit 9f38783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
name: coverage
2424
path: coverage.*
2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v4
26+
uses: codecov/codecov-action@v5
2727
with:
2828
fail_ci_if_error: true
29-
file: ./coverage.out
29+
files: ./coverage.out
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131

3232
compatibility:

0 commit comments

Comments
 (0)