Skip to content

Commit 6f804d1

Browse files
authored
github: Update codecov-action c-cpp.yml
1 parent 61aa5ef commit 6f804d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
run: make check
3232
- name: make distcheck
3333
run: make distcheck
34-
- uses: codecov/codecov-action@v1
34+
- uses: codecov/codecov-action@v4
3535
with:
3636
flags: tests # optional
3737
name: nemea-framework # optional
3838
fail_ci_if_error: true # optional (default = false)
3939
verbose: true # optional (default = false)
40+
token: ${{ secrets.CODECOV_TOKEN }} # required
4041

0 commit comments

Comments
 (0)