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 273f2cf9 Bump actions/upload-artifact from 4 to 5 (#620)
273f2cf9 is described below
commit 273f2cf9af6ca37251299e7d8d2a6d59329a7642
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 21 04:30:38 2026 +0800
Bump actions/upload-artifact from 4 to 5 (#620)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
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 f1f799b7..9392f43c 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@v4
+ uses: actions/upload-artifact@v5
with:
name: tsfile-${{ runner.os }}-whl
path: python/dist/tsfile-*.whl