We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e395b28 commit fbb73f6Copy full SHA for fbb73f6
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
env:
39
DATADEPS_ALWAYS_ACCEPT: true # For MLDatasets.MNIST
40
- uses: julia-actions/julia-processcoverage@v1
41
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
42
with:
43
- file: lcov.info
+ files: lcov.info
44
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments