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

csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 471a8658 Bump actions/upload-artifact from 6 to 7 (#2109)
471a8658 is described below

commit 471a86583cb9f9dcb89c758d7468b791d2043ca9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 13:50:52 2026 +0800

    Bump actions/upload-artifact from 6 to 7 (#2109)
---
 .github/workflows/hudi.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/hudi.yml b/.github/workflows/hudi.yml
index 48f3831d..da2404a1 100644
--- a/.github/workflows/hudi.yml
+++ b/.github/workflows/hudi.yml
@@ -102,7 +102,7 @@ jobs:
 
       - name: Upload reports
         if: failure()
-        uses: actions/upload-artifact@v6
+        uses: actions/upload-artifact@v7
         with:
           name: auron-hudi-${{ matrix.sparkver }}-hudi${{ matrix.hudiver 
}}-jdk${{ matrix.javaver }}-test-report
           path: thirdparty/auron-hudi/target/surefire-reports

Reply via email to