We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515e2cf commit 75cc812Copy full SHA for 75cc812
.github/workflows/CI-julia-nightly.yml
@@ -41,7 +41,7 @@ jobs:
41
JULIA_NUM_THREADS: ${{ matrix.threads }}
42
JULIA_CPU_THREADS: ${{ matrix.threads }}
43
- uses: julia-actions/julia-processcoverage@v1
44
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
45
with:
46
file: lcov.info
47
docs:
.github/workflows/CI.yml
@@ -47,7 +47,7 @@ jobs:
JULIA_NUM_THREADS: ${{ matrix.juliathreads }}
48
JULIA_CPU_THREADS: ${{ matrix.juliacputhreads }}
49
50
51
52
53
0 commit comments