diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc8587b24..eee3a3899 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: run: pixi run -e ${{ matrix.environment }} tests -n 3 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.4.2 + uses: codecov/codecov-action@v5.4.3 with: token: ${{ secrets.CODECOV_TOKEN }} slug: scikit-learn-contrib/imbalanced-learn