Skip to content

Commit 759a5af

Browse files
committed
ci: fix inputs
1 parent c8c4eee commit 759a5af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI_NonlinearSolveBase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
directories: lib/NonlinearSolveBase/src,lib/NonlinearSolveBase/ext,lib/SciMLJacobianOperators/src
6262
- uses: codecov/codecov-action@v5
6363
with:
64-
file: lcov.info
64+
files: lcov.info
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
verbose: true
6767
fail_ci_if_error: false
@@ -99,7 +99,7 @@ jobs:
9999
directories: lib/NonlinearSolveBase/src,lib/NonlinearSolveBase/ext,lib/SciMLJacobianOperators/src
100100
- uses: codecov/codecov-action@v5
101101
with:
102-
file: lcov.info
102+
files: lcov.info
103103
token: ${{ secrets.CODECOV_TOKEN }}
104104
verbose: true
105105
fail_ci_if_error: false

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- uses: julia-actions/julia-buildpkg@v1
3030
- uses: julia-actions/julia-runtest@v1
3131
with:
32-
ALLOW_RERESOLVE: false
32+
allow_reresolve: false
3333
env:
3434
GROUP: ${{ matrix.group }}

.github/workflows/DowngradeSublibraries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
version: ${{ matrix.julia-version }}
3737
- uses: julia-actions/julia-downgrade-compat@v2
3838
with:
39-
project: ${{ matrix.project }}
39+
projects: ${{ matrix.project }}
4040
skip: Pkg,TOML
4141
- uses: julia-actions/julia-buildpkg@v1
4242
with:
4343
project: ${{ matrix.project }}
4444
- uses: julia-actions/julia-runtest@v1
4545
with:
4646
project: ${{ matrix.project }}
47-
ALLOW_RERESOLVE: false
47+
allow_reresolve: false

0 commit comments

Comments
 (0)