diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1026a8b..406301d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: yarn coverage:report - name: Report coverage if: ${{ env.COVERAGE == 'true' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/coverage.lcov