diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9de254..3b4adec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: - if: ${{ matrix.python_version == '3.12' }} name: codecov-report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: false # optional (default = false) files: ./coverage.xml