Skip to content

Commit fbb73f6

Browse files
authored
file -> files in codecov ci (#350)
1 parent e395b28 commit fbb73f6

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
@@ -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)