diff --git a/.github/workflows/testing-and-coverage.yml b/.github/workflows/testing-and-coverage.yml index da1eeb7..b001ec9 100644 --- a/.github/workflows/testing-and-coverage.yml +++ b/.github/workflows/testing-and-coverage.yml @@ -41,7 +41,7 @@ jobs: python3 -m pytest tests/ --cov=distclassipy --cov-report=xml - name: Upload coverage report to codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: sidchaini/DistClassiPy \ No newline at end of file