File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 83
83
# Collect Tests Result of failed tests
84
84
- name : Collect Tests Result
85
85
if : ${{ failure() }}
86
- uses : actions/upload-artifact@v3
86
+ uses : actions/upload-artifact@v4
87
87
with :
88
88
name : tests-result
89
89
path : ${{ github.workspace }}/build/reports/tests
@@ -108,7 +108,7 @@ jobs:
108
108
# Collect Plugin Verifier Result
109
109
- name : Collect Plugin Verifier Result
110
110
if : ${{ always() }}
111
- uses : actions/upload-artifact@v3
111
+ uses : actions/upload-artifact@v4
112
112
with :
113
113
name : pluginVerifier-result
114
114
path : ${{ github.workspace }}/build/reports/pluginVerifier
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
# Store already-built plugin as an artifact for downloading
132
132
- name : Upload artifact
133
- uses : actions/upload-artifact@v3
133
+ uses : actions/upload-artifact@v4
134
134
with :
135
135
name : ${{ steps.artifact.outputs.filename }}
136
136
path : ./build/distributions/content/*/*
You can’t perform that action at this time.
0 commit comments