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 37d2d6df Bump actions/upload-artifact from 4 to 7 (#761)
37d2d6df is described below

commit 37d2d6df1347f2e7eb3cf0d2f219f53ad844716f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 09:25:31 2026 +0800

    Bump actions/upload-artifact from 4 to 7 (#761)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/wheels.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index bfcb7f1e..75eabb61 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -160,7 +160,7 @@ jobs:
         run: cibuildwheel --output-dir wheelhouse python
 
       - name: Upload wheels as artifact
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: tsfile-wheels-${{ matrix.name }}
           path: wheelhouse/*.whl
@@ -208,7 +208,7 @@ jobs:
           test -d cpp/target/build/include
 
       - name: Upload C++ build output
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: tsfile-cpp-windows
           path: |
@@ -279,7 +279,7 @@ jobs:
           python -c "import tsfile, tsfile.tsfile_reader as r; 
print('import-ok')"
 
       - name: Upload wheel
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: tsfile-wheels-windows-py${{ matrix.python-version }}
           path: python/dist/*.whl

Reply via email to