diff --git a/.github/workflows/core-integration-test.yml b/.github/workflows/core-integration-test.yml index cc9d898f5c..814eb7979a 100644 --- a/.github/workflows/core-integration-test.yml +++ b/.github/workflows/core-integration-test.yml @@ -89,7 +89,7 @@ jobs: tmp/race.log.* - name: publish coverage - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v5.0.7 with: file: profile.cov name: core-integration-tests-postgres @@ -158,7 +158,7 @@ jobs: # run: make core_integration_test # - # name: publish coverage - # uses: codecov/codecov-action@v4.3.0 + # uses: codecov/codecov-action@v5.0.7 # with: # file: profile.cov # name: core-integration-tests-cockroach diff --git a/.github/workflows/core-unit-test.yml b/.github/workflows/core-unit-test.yml index 0b1467ff5d..f0467be165 100644 --- a/.github/workflows/core-unit-test.yml +++ b/.github/workflows/core-unit-test.yml @@ -60,7 +60,7 @@ jobs: run: make core_unit_test - name: publish coverage - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v5.0.7 with: file: profile.cov name: core-unit-tests