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