We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e72186 commit dfc39bbCopy full SHA for dfc39bb
.github/workflows/test.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Upload Test Results
53
if: always()
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
with:
56
name: unit-test-results
57
path: /tmp/eks-helm-test-*/test-results.txt
@@ -129,7 +129,7 @@ jobs:
129
130
- name: Upload Validation Report
131
132
133
134
name: validation-report
135
path: validation-report.txt
0 commit comments