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