diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index ee477781..00c07431 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@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml