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

linkinstar pushed a commit to branch ci
in repository https://gitbox.apache.org/repos/asf/answer.git

commit c8fb168aa940b855121f74a01972735bf6f4e448
Author: LinkinStars <[email protected]>
AuthorDate: Thu Feb 6 16:26:33 2025 +0800

    build(ci): update action upload-artifact to v4
---
 .github/workflows/build-binary-for-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-binary-for-release.yml 
b/.github/workflows/build-binary-for-release.yml
index 0356f97f..5b2f0bda 100644
--- a/.github/workflows/build-binary-for-release.yml
+++ b/.github/workflows/build-binary-for-release.yml
@@ -53,7 +53,7 @@ jobs:
         args: release --clean --skip=validate
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-    - uses: actions/upload-artifact@v3
+    - uses: actions/upload-artifact@v4
       with:
         name: answer
         path: ./dist/*

Reply via email to