diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29ebc235..e2a4e62f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: env: DATADEPS_ALWAYS_ACCEPT: true # For MLDatasets.MNIST - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }}