From af0e3d79cda9b8d526d0f2df7a81055a81da5256 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Tue, 30 Apr 2024 14:03:35 +0200 Subject: [PATCH] update to codecov/codecov-action@v4 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99e6846..3b9fb8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,9 +42,10 @@ jobs: - uses: julia-actions/julia-runtest@latest continue-on-error: ${{ matrix.version == 'nightly' }} - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} # docs: # name: Documentation # runs-on: ubuntu-latest