Skip to content

Commit

Permalink
chore(actions): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 8300b3e commit b62e85a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
version: ${{ env.HELM_VERSION }}

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Create package
run: |
Expand Down Expand Up @@ -110,13 +110,13 @@ jobs:
"$upload_url?name=$(basename $file)"
- name: Upload index
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: index

- name: Publish index
id: publish-index
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

publish-to-packages:
name: Publish chart to github packages
Expand Down

0 comments on commit b62e85a

Please sign in to comment.