diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3221a4..6bfafee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,9 +68,9 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: - file: lcov.info + files: lcov.info - name: Verify that test output file exists run: test -f "$HOME/julia-buildpkg"