Skip to content

Commit 4d1e382

Browse files
Merge pull request #131 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 538af2e + 41f5efd commit 4d1e382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
with:
4040
depwarn: error
4141
- uses: julia-actions/julia-processcoverage@v1
42-
- uses: codecov/codecov-action@v4
42+
- uses: codecov/codecov-action@v5
4343
with:
44-
file: lcov.info
44+
files: lcov.info
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
fail_ci_if_error: true

0 commit comments

Comments
 (0)