This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer.git
The following commit(s) were added to refs/heads/main by this push:
new 0fd7e81a build(ci): update action upload-artifact to v4
0fd7e81a is described below
commit 0fd7e81acd869706b2eb480b0d83bf57a6d72ac7
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/*