Skip to content

Commit cd605c4

Browse files
authored
chore: update codecov/codecov-action action to v4 (#317)
Signed-off-by: Federico Bond <[email protected]>
1 parent 49f0948 commit cd605c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ jobs:
4545

4646
- if: matrix.python-version == '3.11'
4747
name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@v3
48+
uses: codecov/codecov-action@v4.3.0
4949
with:
5050
flags: unittests # optional
5151
name: coverage # optional
52-
fail_ci_if_error: false # optional (default = false)
52+
fail_ci_if_error: true # optional (default = false)
5353
verbose: true # optional (default = false)
54+
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
5455

5556
lint:
5657
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)