Skip to content

Commit 94dc17e

Browse files
authored
Update ci.yml (#276)
1 parent 95927fa commit 94dc17e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
env:
3838
DATADEPS_ALWAYS_ACCEPT: true # For MLDatasets.MNIST
3939
- uses: julia-actions/julia-processcoverage@v1
40-
- uses: codecov/codecov-action@v3
40+
- uses: codecov/codecov-action@v4
4141
with:
4242
file: lcov.info
43+
token: ${{ secrets.CODECOV_TOKEN }}
4344
docs:
4445
name: Documentation
4546
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)