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