Skip to content

Commit

Permalink
Update upload-charm action to v2.4 to support node16 on github (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Oct 4, 2023
1 parent aaff7d0 commit ba4ee40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: actions/checkout@v2

- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.2.0
uses: canonical/charming-actions/upload-charm@2.4.0
with:
charm-path: "backend/charm"
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/publish_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.2.0
uses: canonical/charming-actions/upload-charm@2.4.0
with:
charm-path: "frontend/charm"
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
Expand Down

0 comments on commit ba4ee40

Please sign in to comment.