Skip to content

Commit

Permalink
Merge pull request #49 from intergral/build_action
Browse files Browse the repository at this point in the history
chore(update): update build actions
  • Loading branch information
Umaaz authored Feb 8, 2024
2 parents 82e7008 + be374cb commit 0b1a689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
ref: gh-pages
- name: upload index
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: helm_index
path: index.yaml
Expand All @@ -47,7 +47,7 @@ jobs:
- run: cp styles.css docs_out/styles.css
- run: mkdocs build
- name: Download index
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: helm_index
- run: cp index.yaml _site/index.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
Expand Down

0 comments on commit 0b1a689

Please sign in to comment.