Commit 5a52242 1 parent 5baeff1 commit 5a52242 Copy full SHA for 5a52242
File tree 6 files changed +7
-6
lines changed
6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 107
107
"vscode-icons-team.vscode-icons" ,
108
108
"csharpier.csharpier-vscode" ,
109
109
"redhat.vscode-yaml" ,
110
- "kennylong.kubernetes-yaml-formatter"
110
+ "kennylong.kubernetes-yaml-formatter" ,
111
+ "sonarsource.sonarlint-vscode"
111
112
]
112
113
}
113
114
} ,
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ runs:
132
132
133
133
- name : Upload Version Artifact
134
134
if : success()
135
- uses : actions/upload-artifact@v2
135
+ uses : actions/upload-artifact@v4
136
136
with :
137
137
name : ${{ inputs.service-name}}_version_artifacts
138
138
path : version_name.txt
Original file line number Diff line number Diff line change 94
94
95
95
- name : Upload artifact
96
96
if : success()
97
- uses : actions/upload-artifact@v2
97
+ uses : actions/upload-artifact@v4
98
98
with :
99
99
name : ${{ inputs.service-name}}_image_artifacts
100
100
path : image_name.txt
Original file line number Diff line number Diff line change 85
85
run : ls -R ${{ github.workspace }}/output
86
86
87
87
- name : Upload Publish Services Artifacts For Deployment Jobs
88
- uses : actions/upload-artifact@v3
88
+ uses : actions/upload-artifact@v4
89
89
if : success()
90
90
with :
91
91
name : ${{ inputs.service-name}}_publish_artifacts
Original file line number Diff line number Diff line change 68
68
# https://github.blog/changelog/2020-10-08-github-actions-ability-to-change-retention-days-for-artifacts-and-logs/
69
69
# https://github.com/actions/upload-artifact#upload-an-entire-directory
70
70
- name : Upload Test And Coverage Results Artifacts
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
if : steps.test-results-zip.outcome == 'success'
73
73
with :
74
74
name : ${{ inputs.service-name}}_test_artifacts
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
189
189
- name : Upload CD Status artifact
190
190
if : success()
191
- uses : actions/upload-artifact@v2
191
+ uses : actions/upload-artifact@v4
192
192
with :
193
193
name : ${{ inputs.service-name}}_cd_status_artifacts
194
194
path : cd_status.txt
You can’t perform that action at this time.
0 commit comments