Skip to content

Commit b2ffb7e

Browse files
authored
Update release-chart.yml
1 parent 40c48c1 commit b2ffb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
echo "project_list=${project_list}" >>$GITHUB_OUTPUT
102102
103103
- name: Upload chart artifact
104-
uses: actions/upload-artifact@v3.1.0
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: charts
107107
path: _upload
@@ -195,4 +195,4 @@ jobs:
195195
base: ${{ env.MERGE_BRANCH }}
196196
signoff: true
197197
token: ${{ secrets.GITHUB_TOKEN }}
198-
labels: ${{ env.PR_LABEL }}
198+
labels: ${{ env.PR_LABEL }}

0 commit comments

Comments
 (0)