diff --git a/.github/workflows/lint-golang.yaml b/.github/workflows/lint-golang.yaml index f1b86c28..db03a66a 100644 --- a/.github/workflows/lint-golang.yaml +++ b/.github/workflows/lint-golang.yaml @@ -201,7 +201,7 @@ jobs: # ============= upload coverage report - name: Upload to Codecov if: ${{ steps.unitest.outcome != 'failure' }} - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.5 with: directory: './' files: '${{ env.COVERAGE_REPORT_PATH }}'