diff --git a/.github/workflows/core-test.yml b/.github/workflows/core-test.yml index a34fda5831..4a27c07404 100644 --- a/.github/workflows/core-test.yml +++ b/.github/workflows/core-test.yml @@ -76,7 +76,7 @@ jobs: run: make core_integration_test - name: publish coverage - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.3.0 with: file: profile.cov name: core-integration-tests-postgres @@ -145,7 +145,7 @@ jobs: # run: make core_integration_test # - # name: publish coverage - # uses: codecov/codecov-action@v4.1.0 + # uses: codecov/codecov-action@v4.3.0 # with: # file: profile.cov # name: core-integration-tests-cockroach