diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dcc4dbf81..2263cebae 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -803,7 +803,7 @@ jobs: # https://github.com/codecov/codecov-action - name: Upload C Coverage if: ${{ !cancelled() && matrix.buildType == 'Coverage' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: ${{matrix.covType}}tests verbose: true @@ -821,7 +821,7 @@ jobs: - name: Upload Python Coverage if: ${{ !cancelled() && matrix.buildType == 'Coverage' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: py${{matrix.covType}}tests verbose: true