diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7618be5e..da9d73fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: yarn install --frozen-lockfile - name: Run Tests run: yarn node-test-with-coverage - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}