Skip to content

Commit 905271c

Browse files
committed
Merge branch 'master' of github.com:JuliaControl/ControlSystems.jl
2 parents 7c55a32 + 4608689 commit 905271c

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)