Skip to content

Commit 533209f

Browse files
committed
file -> files in codecov ci
1 parent a7dcb5e commit 533209f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
DATADEPS_ALWAYS_ACCEPT: true # For MLDatasets.MNIST
4040
- uses: julia-actions/julia-processcoverage@v1
41-
- uses: codecov/codecov-action@v4
41+
- uses: codecov/codecov-action@v5
4242
with:
43-
file: lcov.info
43+
files: lcov.info
4444
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)