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 fc06ee63 Bump actions/upload-artifact from 6 to 7 (#2075)
fc06ee63 is described below

commit fc06ee63dbcc2fbfad174b3185dd138225f3dda5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 18:43:29 2026 +0800

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

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

Reply via email to