diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 6a721a8..7d436ed 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -68,8 +68,9 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: name: build-${{ matrix.python-version }} fail_ci_if_error: true use_oidc: true + report_type: test_results