diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d38bbeb..67790eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,10 +67,10 @@ jobs: - run: | coverage report coverage xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: '!github.event.schedule' with: - file: coverage.xml + files: coverage.xml fail_ci_if_error: false name: codecov-py${{ matrix.python-version }} token: ${{ secrets.CODECOV_TOKEN }}