Skip to content

Commit

Permalink
chore(actions): updating actions versions for workflows (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
calinah authored Oct 12, 2024
1 parent e34eaef commit 36e4353
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
corepack yarn git-cliff -c ".cliff.toml" --include-path "charts/$CHART/**" --strip all -l -t "${{ needs.init.outputs.tag }}" -o "RELEASE-NOTES.md"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: "${{ needs.init.outputs.tag }}.release-notes"
path: RELEASE-NOTES.md
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
helm package "charts/${{ needs.init.outputs.name }}"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "${{ needs.init.outputs.tag }}.helm-package"
path: "${{ needs.init.outputs.tag }}.tgz"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-charts-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
.releases/index.yaml
done
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: "chart-index.${{ inputs.repoName }}"
path: .releases/index.yaml

0 comments on commit 36e4353

Please sign in to comment.