diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2806dd1..25b1f6d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: # Coverage. - run: yarn coverage - run: yarn coverage:report - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: coverage/coverage.lcov