From fefaab95e35b353346ee61d469de2e73e2ff0d02 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Thu, 1 Feb 2024 22:05:19 +0100 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 + pass CODECOV_TOKEN --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f9da3be..94a2e09f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,9 +59,11 @@ jobs: with: coverage: ${{ matrix.coverage }} - uses: julia-actions/julia-processcoverage@latest - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: lcov.info + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} docs: runs-on: ubuntu-latest timeout-minutes: 30