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 7272 # Collect Tests Result of failed tests
7373 - name : Collect Tests Result
7474 if : ${{ failure() }}
75- uses : actions/upload-artifact@v2
75+ uses : actions/upload-artifact@v3
7676 with :
7777 name : tests-result
7878 path : ${{ github.workspace }}/build/reports/tests
9797# # Collect Plugin Verifier Result
9898# - name: Collect Plugin Verifier Result
9999# if: ${{ always() }}
100- # uses: actions/upload-artifact@v2
100+ # uses: actions/upload-artifact@v3
101101# with:
102102# name: pluginVerifier-result
103103# path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -117,7 +117,7 @@ jobs:
117117 echo "::set-output name=filename::${FILENAME:0:-4}"
118118 # Store already-built plugin as an artifact for downloading
119119 - name : Upload artifact
120- uses : actions/upload-artifact@v2.2.4
120+ uses : actions/upload-artifact@v3
121121 with :
122122 name : ${{ steps.artifact.outputs.filename }}
123123 path : ./build/distributions/content/*/*
You can’t perform that action at this time.
0 commit comments