From 61c8f9df64f27ca1740705cab6a807aeb807aa59 Mon Sep 17 00:00:00 2001
From: Cyclinder Kuo <kuocyclinder@gmail.com>
Date: Tue, 31 Dec 2024 23:14:45 +0800
Subject: [PATCH] CI: Fix Download Chart Artifact

---
 .github/workflows/auto-version-release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto-version-release.yaml b/.github/workflows/auto-version-release.yaml
index 4bea6c23c..691f93477 100644
--- a/.github/workflows/auto-version-release.yaml
+++ b/.github/workflows/auto-version-release.yaml
@@ -139,7 +139,7 @@ jobs:
       - name: Download Chart Artifact
         uses: actions/download-artifact@v4.1.8
         with:
-          name: ${{ needs.release-chart.outputs.artifact }}
+          name: ${{ needs.release-chart.outputs.artifact }}-${{ needs.get-tag.outputs.tag }}
           path: chart-package/
 
       - name: Download Changelog Artifact