diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d717d8..39f91d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Test run: bun test --coverage --coverage-reporter=lcov - name: Upload coverage to Codecov - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 + uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5 with: files: ./coverage/lcov.info token: ${{ secrets.CODECOV_TOKEN }}