diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 82cf5507..4786d9dd 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -51,7 +51,7 @@ jobs: run: tox -e unit - name: Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml