Skip to content

Commit 4608689

Browse files
authored
Update test.yml
1 parent 4ad6e59 commit 4608689

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
with:
5151
directories: src,lib/ControlSystemsBase/src,lib/ControlSystemsBase/ext
5252
if: ${{ matrix.version == '1' }}
53-
- uses: codecov/codecov-action@v3
53+
- uses: codecov/codecov-action@v4
5454
if: ${{ matrix.version == '1' }}
5555
with:
5656
file: lcov.info
57+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)