diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7eeea11..67aeced 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.node-version == 22 - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/lcov.info