Skip to content

Commit 612c9c6

Browse files
authored
Merge pull request #12 from JuliaParallel/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 13ce55b + 4d0d6ed commit 612c9c6

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
@@ -56,9 +56,9 @@ jobs:
5656
env:
5757
JULIA_NUM_THREADS: 4
5858
- uses: julia-actions/julia-processcoverage@v1
59-
- uses: codecov/codecov-action@v4
59+
- uses: codecov/codecov-action@v5
6060
with:
61-
file: lcov.info
61+
files: lcov.info
6262
token: ${{ secrets.CODECOV_TOKEN }}
6363

6464
docs:

0 commit comments

Comments
 (0)