Skip to content

Commit 5c5a234

Browse files
authored
Merge pull request #254 from JuliaInterop/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 9e8a41b + c0bfbd3 commit 5c5a234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- uses: julia-actions/julia-buildpkg@v1
6060
- uses: julia-actions/julia-runtest@v1
6161
- uses: julia-actions/julia-processcoverage@v1
62-
- uses: codecov/codecov-action@v4
62+
- uses: codecov/codecov-action@v5
6363
with:
64-
file: lcov.info
64+
files: lcov.info
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666

6767
docs:

0 commit comments

Comments
 (0)