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 71
71
# Collect Tests Result of failed tests
72
72
- name : Collect Tests Result
73
73
if : ${{ failure() }}
74
- uses : actions/upload-artifact@v2
74
+ uses : actions/upload-artifact@v3
75
75
with :
76
76
name : tests-result
77
77
path : ${{ github.workspace }}/build/reports/tests
90
90
# Collect Plugin Verifier Result
91
91
- name : Collect Plugin Verifier Result
92
92
if : ${{ always() }}
93
- uses : actions/upload-artifact@v2
93
+ uses : actions/upload-artifact@v3
94
94
with :
95
95
name : pluginVerifier-result
96
96
path : ${{ github.workspace }}/build/reports/pluginVerifier
@@ -106,7 +106,7 @@ jobs:
106
106
echo "::set-output name=filename::${FILENAME:0:-4}"
107
107
# Store already-built plugin as an artifact for downloading
108
108
- name : Upload artifact
109
- uses : actions/upload-artifact@v2.2.4
109
+ uses : actions/upload-artifact@v3
110
110
with :
111
111
name : ${{ steps.artifact.outputs.filename }}
112
112
path : ./build/distributions/content/*/*
You can’t perform that action at this time.
0 commit comments