Skip to content

Commit c8182bd

Browse files
committed
Use modern codecov action
1 parent 2f992c7 commit c8182bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
scons -j2
5353
5454
- name: Upload coverage to codecov
55-
uses: codecov/codecov-action@v2
55+
uses: codecov/codecov-action@v4
5656
with:
57-
file: tests/.tests/pytest-sconsUtils.xml-cov-sconsUtils.xml
57+
files: tests/.tests/pytest-sconsUtils.xml-cov-sconsUtils.xml
58+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)