diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f57b62f..53b225be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,7 +103,7 @@ jobs: docs/tutorials/tutorial03.ipynb - name: Code coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml