This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/answer.git
commit 5e5f2b38cd13481e006b5b877af78cd1bb6b7ab5 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 03877ff1..ec97f042 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/*
