diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cf9c0bf6e0..4f1e4b826c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -83,7 +83,7 @@ jobs: done - name: Upload coverage to Codecov if: "github.repository == 'milvus-io/milvus'" - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 id: upload_cov with: token: ${{ secrets.CODECOV_TOKEN }} @@ -92,7 +92,7 @@ jobs: fail_ci_if_error: true - name: Retry Upload coverage to Codecov if: "steps.upload_cov.outcome=='failure' && github.repository == 'milvus-io/milvus'" - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 id: retry_upload_cov with: token: ${{ secrets.CODECOV_TOKEN }}