Skip to content

Commit 8074127

Browse files
Bump codecov/codecov-action from 3 to 4 (#284)
* Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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...v4) --- 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 0985cc8 commit 8074127

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
path: dist
4343

4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@v3
45+
uses: codecov/codecov-action@v4
4646
with:
47+
fail_ci_if_error: true
4748
file: ./coverage.out
48-
flags: ${{ runner.os }}
49-
49+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)