Skip to content

Commit dfc39bb

Browse files
✨ Create required scripts file and other workflow files
1 parent 0e72186 commit dfc39bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Upload Test Results
5353
if: always()
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: unit-test-results
5757
path: /tmp/eks-helm-test-*/test-results.txt
@@ -129,7 +129,7 @@ jobs:
129129
130130
- name: Upload Validation Report
131131
if: always()
132-
uses: actions/upload-artifact@v3
132+
uses: actions/upload-artifact@v4
133133
with:
134134
name: validation-report
135135
path: validation-report.txt

0 commit comments

Comments
 (0)