diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index c9f3c093..a2fc6083 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -78,7 +78,7 @@ jobs: coverage report - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ${{ env.COVERAGE_DATA_FILENAME }} fail_ci_if_error: true