diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 397c98d72bc74..a6ea3c55e7573 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -312,7 +312,7 @@ jobs: name: test-results path: test-results - name: Upload code coverage information to codecov.io - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: coverage.out - name: Perform static code analysis using SonarCloud