diff --git a/.github/workflows/lint-golang.yaml b/.github/workflows/lint-golang.yaml index d3c5cf42f..62019237c 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.5.0 + uses: codecov/codecov-action@v4.6.0 with: directory: './' files: '${{ env.COVERAGE_REPORT_PATH }}'