diff --git a/.github/workflows/lint-golang.yaml b/.github/workflows/lint-golang.yaml index fd755963c..0492e7bbf 100644 --- a/.github/workflows/lint-golang.yaml +++ b/.github/workflows/lint-golang.yaml @@ -196,7 +196,7 @@ jobs: # ============= upload coverage report - name: Upload to Codecov if: ${{ steps.unitest.outcome != 'failure' }} - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.3.0 with: directory: './' files: '${{ env.COVERAGE_REPORT_PATH }}'