diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f9af1b2fe84..bda844fe01a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -107,7 +107,7 @@ jobs: - name: Publish Unit Test Coverage # only publish result in openyurt repo if: github.repository == 'openyurtio/openyurt' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.5.0 with: name: codecov-umbrella token: ${{ secrets.CODECOV_TOKEN }}