diff --git a/.github/workflows/quality_check.yml b/.github/workflows/quality_check.yml index 40ccbe99887..595c41ae2e2 100644 --- a/.github/workflows/quality_check.yml +++ b/.github/workflows/quality_check.yml @@ -71,7 +71,7 @@ jobs: - name: Complexity baseline run: make complexity-baseline - name: Upload coverage to Codecov - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # 3.1.6 + uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # 4.0.0 with: file: ./coverage.xml env_vars: PYTHON