Skip to content

Commit ff149fd

Browse files
Merge pull request #1126 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 81d30a6 + 49b6481 commit ff149fd

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
@@ -76,9 +76,9 @@ jobs:
7676

7777
- uses: julia-actions/julia-processcoverage@v1
7878

79-
- uses: codecov/codecov-action@v4
79+
- uses: codecov/codecov-action@v5
8080
with:
81-
file: lcov.info
81+
files: lcov.info
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
fail_ci_if_error: false
8484

0 commit comments

Comments
 (0)