Skip to content

Commit a463387

Browse files
committed
bump codecov CI
1 parent 04daa51 commit a463387

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
version:
1717
- '1' # This is always the latest stable release in the 1.X series
18-
#- '1.6' # LTS
18+
- '1.6' # LTS
1919
#- 'nightly'
2020
os:
2121
- ubuntu-latest
@@ -37,6 +37,7 @@ jobs:
3737
- uses: julia-actions/julia-runtest@latest
3838
continue-on-error: ${{ matrix.version == 'nightly' }}
3939
- uses: julia-actions/julia-processcoverage@v1
40-
- uses: codecov/codecov-action@v3
40+
- uses: codecov/codecov-action@v4
4141
with:
42-
file: lcov.info
42+
files: lcov.info
43+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)