diff --git a/.github/workflows/pinot_dbapi_test.yml b/.github/workflows/pinot_dbapi_test.yml index b61aa7a..0c83446 100644 --- a/.github/workflows/pinot_dbapi_test.yml +++ b/.github/workflows/pinot_dbapi_test.yml @@ -98,6 +98,6 @@ jobs: fi - name: Upload Coverage to Codecov if: ${{ matrix.python-version == '3.12' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}