Skip to content

Commit 9c5d73a

Browse files
authored
Merge pull request #112 from JuliaLang/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents ed12496 + 010828a commit 9c5d73a

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
@@ -54,9 +54,9 @@ jobs:
5454
env:
5555
JULIA_DISTRIBUTED_TESTING_STANDALONE: 1
5656
- uses: julia-actions/julia-processcoverage@v1
57-
- uses: codecov/codecov-action@v4
57+
- uses: codecov/codecov-action@v5
5858
with:
59-
file: lcov.info
59+
files: lcov.info
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
docs:
6262
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)