File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,14 +91,14 @@ jobs:
91
91
# Collect Tests Result of failed tests
92
92
- name : Collect Tests Result
93
93
if : ${{ failure() }}
94
- uses : actions/upload-artifact@v3
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : tests-result
97
97
path : ${{ github.workspace }}/build/reports/tests
98
98
99
99
# Collect code coverage
100
100
- name : Collect code coverage
101
- uses : actions/upload-artifact@v3
101
+ uses : actions/upload-artifact@v4
102
102
with :
103
103
name : code-coverage
104
104
path : ${{ github.workspace }}/build/reports/jacoco/test/html
@@ -135,7 +135,7 @@ jobs:
135
135
# Collect Plugin Verifier Result
136
136
- name : Collect Plugin Verifier Result
137
137
if : ${{ always() }}
138
- uses : actions/upload-artifact@v3
138
+ uses : actions/upload-artifact@v4
139
139
with :
140
140
name : pluginVerifier-result
141
141
path : ${{ github.workspace }}/build/reports/pluginVerifier
@@ -153,7 +153,7 @@ jobs:
153
153
154
154
# Store already-built plugin as an artifact for downloading
155
155
- name : Upload artifact
156
- uses : actions/upload-artifact@v3
156
+ uses : actions/upload-artifact@v4
157
157
with :
158
158
name : ${{ steps.artifact.outputs.filename }}
159
159
path : ./build/distributions/content/*/*
You can’t perform that action at this time.
0 commit comments