This is an automated email from the ASF dual-hosted git repository.
Jackie-Jiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new cd6eebae13d Bump codecov/codecov-action from 6 to 7 (#18702)
cd6eebae13d is described below
commit cd6eebae13deeb38b97706866cca382491fa8aad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 11:21:52 2026 -0700
Bump codecov/codecov-action from 6 to 7 (#18702)
---
.github/workflows/pinot_integration_tests.yml | 4 ++--
.github/workflows/pinot_unit_tests.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pinot_integration_tests.yml
b/.github/workflows/pinot_integration_tests.yml
index f5a72528db4..f60ca4a2abc 100644
--- a/.github/workflows/pinot_integration_tests.yml
+++ b/.github/workflows/pinot_integration_tests.yml
@@ -112,7 +112,7 @@ jobs:
run: |
.github/workflows/scripts/pr-tests/.pinot_tests_integration.sh
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
continue-on-error: true
timeout-minutes: 5
with:
@@ -142,7 +142,7 @@ jobs:
.github/workflows/scripts/pr-tests/.pinot_tests_custom_integration.sh
- name: Upload coverage to Codecov
if : ${{ matrix.testset == 1 }}
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
continue-on-error: true
timeout-minutes: 5
with:
diff --git a/.github/workflows/pinot_unit_tests.yml
b/.github/workflows/pinot_unit_tests.yml
index fe509903446..480c19c0d4e 100644
--- a/.github/workflows/pinot_unit_tests.yml
+++ b/.github/workflows/pinot_unit_tests.yml
@@ -164,7 +164,7 @@ jobs:
run: |
.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
continue-on-error: true
timeout-minutes: 5
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]