diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd53985..b921d6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - run: make test NPM_TESTS=${{ matrix.npm-test }} - name: Coverage if: matrix.npm-test == 'test' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true