We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401c891 commit aa727e6Copy full SHA for aa727e6
1 file changed
.github/workflows/release.yml
@@ -140,7 +140,7 @@ jobs:
140
run: helm package .
141
142
- name: Upload Helm chart as artifact
143
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
144
with:
145
name: helm-chart-archive
146
path: kube/helm/shulker-operator-*.tgz
@@ -168,7 +168,7 @@ jobs:
168
token: ${{ secrets.GITHUB_TOKEN }}
169
170
- name: Download built Helm chart
171
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
172
173
174
path: helm-charts
0 commit comments