Skip to content

Commit 6ff176e

Browse files
Merge pull request #111 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 0c52350 + e9e67dd commit 6ff176e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- uses: julia-actions/julia-buildpkg@v1
4040
- uses: julia-actions/julia-runtest@v1
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)