Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
fcjack committed Jan 14, 2025
1 parent fb97e70 commit 0f920a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-diff-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ jobs:
helm diff upgrade loki-release -f production/helm/loki/scenarios/default-single-binary-values.yaml production/helm/loki | tee helm_diff_output.txt
- name: Publish artifact with diff
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
id: diff_artifact
with:
name: helm_diff_output
path: helm_diff_output.txt
retention-days: 3


- name: Post Helm Diff artifact link as comment
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 0f920a1

Please sign in to comment.