We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3991cbd + 944cf61 commit a34b613Copy full SHA for a34b613
.github/workflows/helm-archive.yaml
@@ -30,7 +30,7 @@ jobs:
30
helm package charts/* -u -d .helm-package
31
32
- name: Upload the Helm package
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
with:
35
name: helm.tgz
36
path: .helm-package/*.tgz
0 commit comments