This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch chore-workflow in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 543d81774a4ad7c679c72359e6907c11bb543366 Author: plainheart <[email protected]> AuthorDate: Mon Mar 30 14:37:15 2026 +0800 chore(workflow): update deps --- .github/workflows/source-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/source-release.yml b/.github/workflows/source-release.yml index 694876e93..046d02ec6 100644 --- a/.github/workflows/source-release.yml +++ b/.github/workflows/source-release.yml @@ -80,7 +80,7 @@ jobs: # Archive before run others to avoid packing unknown files. - name: Archive source release - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: apache-echarts-${{env.RELEASE_VERSION}}-src path: | @@ -123,7 +123,7 @@ jobs: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Download source release - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: apache-echarts-${{env.RELEASE_VERSION}}-src path: tmp/echarts --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
