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

haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/develop by this push:
     new d899d167e Bump actions/upload-artifact from 5 to 7 (#733)
d899d167e is described below

commit d899d167e359bc71c594498c24b0ca15b5dfc6ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 12:44:32 2026 +0800

    Bump actions/upload-artifact from 5 to 7 (#733)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 5 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v5...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      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/unit-test-python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unit-test-python.yml 
b/.github/workflows/unit-test-python.yml
index bd439c1c5..28a6d07ca 100644
--- a/.github/workflows/unit-test-python.yml
+++ b/.github/workflows/unit-test-python.yml
@@ -99,7 +99,7 @@ jobs:
           ./mvnw${{ steps.platform_suffix.outputs.platform_suffix }} -P 
with-python -Denable.asan=OFF -Dbuild.type=Release clean verify 
-Dspotless.skip=true
 
       - name: Upload whl Artifact
-        uses: actions/upload-artifact@v5
+        uses: actions/upload-artifact@v7
         with:
           name: tsfile-${{ runner.os }}-whl
           path: python/dist/tsfile-*.whl

Reply via email to