diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2131ddc..b49fd68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Install helm if: success() && github.event_name == 'push' && endsWith(github.ref ,'develop') run: | - curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh + curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 > get_helm.sh chmod +x get_helm.sh ./get_helm.sh helm lint helm/botkube