diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b987bd..6d80196 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,6 @@ jobs: run: bun test --coverage --coverage-reporter=lcov - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage/lcov.info