From d8e996ea1b86e9f8fff1c2a5438f6f9c4aa11ac8 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 11 Jul 2024 19:09:41 +0100 Subject: [PATCH] Fix codecov --- .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 80884ac..0d6b694 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,10 +101,11 @@ jobs: - name: Upload coverage to Codecov if: ${{ always() }} - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: file: ./coverage/coverage-final.json fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} test: name: Run tests on Node v${{ matrix.node_version_to_setup }}