diff --git a/.github/workflows/testing-and-coverage.yml b/.github/workflows/testing-and-coverage.yml index f36613e..afd35e5 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@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} slug: sidchaini/DistClassiPy \ No newline at end of file