We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04daa51 commit a463387Copy full SHA for a463387
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
version:
17
- '1' # This is always the latest stable release in the 1.X series
18
- #- '1.6' # LTS
+ - '1.6' # LTS
19
#- 'nightly'
20
os:
21
- ubuntu-latest
@@ -37,6 +37,7 @@ jobs:
37
- uses: julia-actions/julia-runtest@latest
38
continue-on-error: ${{ matrix.version == 'nightly' }}
39
- uses: julia-actions/julia-processcoverage@v1
40
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
41
with:
42
- file: lcov.info
+ files: lcov.info
43
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments