diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 82cf5507..620d12cd 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -51,8 +51,8 @@ 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 + files: ./coverage.xml if: matrix.platform == 'ubuntu-latest'