Skip to content

Commit 5ee46d7

Browse files
Merge pull request #3218 from SciML/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents e0b22f8 + 720b848 commit 5ee46d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
JULIA_DEBUG: "Documenter"
3232
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ --code-coverage=user docs/make.jl
3333
- uses: julia-actions/julia-processcoverage@v1
34-
- uses: codecov/codecov-action@v4
34+
- uses: codecov/codecov-action@v5
3535
with:
36-
file: lcov.info
36+
files: lcov.info
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
fail_ci_if_error: true

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
exit(0) # Exit immediately, as a success
6969
end
7070
- uses: julia-actions/julia-processcoverage@v1
71-
- uses: codecov/codecov-action@v4
71+
- uses: codecov/codecov-action@v5
7272
with:
73-
file: lcov.info
73+
files: lcov.info
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575
fail_ci_if_error: false

0 commit comments

Comments
 (0)