We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7dcb5e commit 533209fCopy full SHA for 533209f
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