Skip to content

Commit 4e7abda

Browse files
Merge pull request #169 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 17d1941 + dc61dfa commit 4e7abda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
name: logs ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
4848
path: test/logs
4949
- uses: julia-actions/julia-processcoverage@v1
50-
- uses: codecov/codecov-action@v4
50+
- uses: codecov/codecov-action@v5
5151
with:
52-
file: lcov.info
52+
files: lcov.info
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
fail_ci_if_error: true

.github/workflows/Documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2424
run: julia --project=docs/ --code-coverage=user docs/make.jl
2525
- uses: julia-actions/julia-processcoverage@v1
26-
- uses: codecov/codecov-action@v4
26+
- uses: codecov/codecov-action@v5
2727
with:
28-
file: lcov.info
28+
files: lcov.info
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
fail_ci_if_error: true

0 commit comments

Comments
 (0)