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 3838
3939 # Collect Tests Result of failed tests
4040 - if : ${{ failure() }}
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : tests-result
4444 path : ${{ github.workspace }}/build/reports/tests
@@ -105,7 +105,7 @@ jobs:
105105# # Collect Plugin Verifier Result
106106# - name: Collect Plugin Verifier Result
107107# if: ${{ always() }}
108- # uses: actions/upload-artifact@v4
108+ # uses: actions/upload-artifact@v5
109109# with:
110110# name: pluginVerifier-result
111111# path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -125,7 +125,7 @@ jobs:
125125 echo "::set-output name=filename::${FILENAME:0:-4}"
126126 # Store already-built plugin as an artifact for downloading
127127 - name : Upload artifact
128- uses : actions/upload-artifact@v4
128+ uses : actions/upload-artifact@v5
129129 with :
130130 name : ${{ steps.artifact.outputs.filename }}
131131 path : ./build/distributions/content/*/*
You can’t perform that action at this time.
0 commit comments