This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 3eb78ad chore(deps): bump actions/download-artifact from 4 to 8 (#300)
3eb78ad is described below
commit 3eb78ad28f9d6504ff1b3406f0f4597926799cbd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 9 09:14:37 2026 +0800
chore(deps): bump actions/download-artifact from 4 to 8 (#300)
---
.github/workflows/release_python_binding.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release_python_binding.yml
b/.github/workflows/release_python_binding.yml
index 62faf56..740fe5e 100644
--- a/.github/workflows/release_python_binding.yml
+++ b/.github/workflows/release_python_binding.yml
@@ -90,7 +90,7 @@ jobs:
needs: [sdist, wheels]
if: startsWith(github.ref, 'refs/tags/')
steps:
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v8
with:
pattern: wheels-*
merge-multiple: true