From c682994495b7301c365c4c90aea26213f7a3444e Mon Sep 17 00:00:00 2001 From: Mark Wubben Date: Mon, 19 Aug 2024 22:19:50 +0200 Subject: [PATCH] Upgrade CodeCov action --- .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 c956c8d38..3d2d480ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,11 @@ jobs: - run: npm install --no-audit - run: ./scripts/ci.sh shell: bash - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: coverage/lcov.info name: ${{ matrix.os }}/${{ matrix.node-version }} + token: ${{ secrets.CODECOV_TOKEN }} typescript: name: TypeScript compatibility