diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0586e1a..386dfc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: run: | tox - name: Report test coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/reports/coverage/cobertura.xml