This is an automated email from the ASF dual-hosted git repository.

xiangfu0 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 d666cb5e1c0 Bump actions/upload-artifact from 4.6.2 to 7.0.1 (#19516)
d666cb5e1c0 is described below

commit d666cb5e1c06711c2332c75f607adcf21f9f6c67
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 12:06:45 2026 -0700

    Bump actions/upload-artifact from 4.6.2 to 7.0.1 (#19516)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4.6.2 to 7.0.1.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - 
[Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v7.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/pinot_compatibility_tests.yml                         | 2 +-
 .github/workflows/pinot_integration_tests.yml                           | 2 +-
 .../workflows/pinot_multi_stage_query_engine_compatibility_tests.yml    | 2 +-
 .github/workflows/pinot_unit_tests.yml                                  | 2 +-
 .github/workflows/pr-flow.yml                                           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/pinot_compatibility_tests.yml 
b/.github/workflows/pinot_compatibility_tests.yml
index 7ecc3cc6906..38890031cf5 100644
--- a/.github/workflows/pinot_compatibility_tests.yml
+++ b/.github/workflows/pinot_compatibility_tests.yml
@@ -79,7 +79,7 @@ jobs:
         if: always()
         run: |
           zip -1 -r artifacts.zip /tmp/compatibility-verifier/*
-      - uses: actions/upload-artifact@v7
+      - uses: actions/[email protected]
         name: Store compatibility verifier work directory
         if: always()
         with:
diff --git a/.github/workflows/pinot_integration_tests.yml 
b/.github/workflows/pinot_integration_tests.yml
index be467811363..6d0d51c555d 100644
--- a/.github/workflows/pinot_integration_tests.yml
+++ b/.github/workflows/pinot_integration_tests.yml
@@ -148,7 +148,7 @@ jobs:
             -P github-actions,codecoverage
       - name: Upload Surefire Reports
         if: ${{ !cancelled() && github.ref == 'refs/heads/master' }}
-        uses: actions/upload-artifact@v7
+        uses: actions/[email protected]
         with:
           name: surefire-reports-integration-test-${{ matrix.testset 
}}-${{matrix.distribution}}-${{matrix.java}}
           path: |
diff --git 
a/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml 
b/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
index 7db36e39689..5e3cf0d21aa 100644
--- a/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
+++ b/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
@@ -79,7 +79,7 @@ jobs:
         if: always()
         run: |
           zip -1 -r artifacts.zip /tmp/multi-stage-compatibility-verifier/*
-      - uses: actions/upload-artifact@v7
+      - uses: actions/[email protected]
         name: Store multi-stage compatibility verifier work directory
         if: always()
         with:
diff --git a/.github/workflows/pinot_unit_tests.yml 
b/.github/workflows/pinot_unit_tests.yml
index 1ddc8b85118..142ac41d91c 100644
--- a/.github/workflows/pinot_unit_tests.yml
+++ b/.github/workflows/pinot_unit_tests.yml
@@ -181,7 +181,7 @@ jobs:
           mvn surefire-report:report-only -P 
github-actions,codecoverage,no-integration-tests
       - name: Upload Surefire Reports
         if: ${{ !cancelled() && github.ref == 'refs/heads/master' }}
-        uses: actions/upload-artifact@v7
+        uses: actions/[email protected]
         with:
           name: surefire-reports-unit-test-${{ matrix.testset 
}}-${{matrix.distribution}}-${{matrix.java}}
           path: |
diff --git a/.github/workflows/pr-flow.yml b/.github/workflows/pr-flow.yml
index 7977b9c0649..2ab1d80a739 100644
--- a/.github/workflows/pr-flow.yml
+++ b/.github/workflows/pr-flow.yml
@@ -126,7 +126,7 @@ jobs:
         run: python .github/scripts/pr_flow/main.py run
       - name: Retain the generated preview and run report
         if: always()
-        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
# v4
+        uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a 
# v7.0.1
         with:
           name: pr-flow-${{ matrix.pr_number }}-${{ github.run_id }}-${{ 
github.run_attempt }}
           path: ${{ runner.temp }}/pr-flow


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to