Skip to content

Commit b2d83de

Browse files
authored
Merge pull request #100 from jmesnil/upload_v4
Update the actions/upload-artifact to upload the archive
2 parents c85a17d + 7c18257 commit b2d83de

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/helm-archive.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
rm -rf .helm-package
2929
mkdir .helm-package
3030
helm package charts/* -u -d .helm-package
31+
ls -l .helm-package
3132
3233
- name: Upload the Helm package
33-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3435
with:
3536
name: helm.tgz
36-
path: .helm-package/*.tgz
37+
path: .helm-package/*

0 commit comments

Comments
 (0)