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 82
82
# Collect Tests Result of failed tests
83
83
- name : Collect Tests Result
84
84
if : ${{ failure() }}
85
- uses : actions/upload-artifact@v3
85
+ uses : actions/upload-artifact@v4
86
86
with :
87
87
name : tests-result
88
88
path : ${{ github.workspace }}/build/reports/tests
@@ -107,7 +107,7 @@ jobs:
107
107
# Collect Plugin Verifier Result
108
108
- name : Collect Plugin Verifier Result
109
109
if : ${{ always() }}
110
- uses : actions/upload-artifact@v3
110
+ uses : actions/upload-artifact@v4
111
111
with :
112
112
name : pluginVerifier-result
113
113
path : ${{ github.workspace }}/build/reports/pluginVerifier
@@ -129,7 +129,7 @@ jobs:
129
129
130
130
# Store already-built plugin as an artifact for downloading
131
131
- name : Upload artifact
132
- uses : actions/upload-artifact@v3
132
+ uses : actions/upload-artifact@v4
133
133
with :
134
134
name : ${{ steps.artifact.outputs.filename }}
135
135
path : ./build/distributions/content/*/*
You can’t perform that action at this time.
0 commit comments