diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4ae2bb1d0..ca631bd85 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -658,7 +658,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 @@ -676,7 +676,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