Skip to content

Commit 79b83a3

Browse files
Merge pull request #49 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents af11fe4 + dd9f094 commit 79b83a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Documentation.yml

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

0 commit comments

Comments
 (0)