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 8888
8989 # Store already-built plugin as an artifact for downloading
9090 - name : Upload artifact
91- uses : actions/upload-artifact@v4
91+ uses : actions/upload-artifact@v5
9292 with :
9393 name : ${{ steps.artifact.outputs.filename }}
9494 path : ./build/distributions/content/*/*
@@ -124,7 +124,7 @@ jobs:
124124 # Collect Tests Result of failed tests
125125 - name : Collect Tests Result
126126 if : ${{ failure() }}
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v5
128128 with :
129129 name : tests-result
130130 path : ${{ github.workspace }}/build/reports/tests
@@ -215,7 +215,7 @@ jobs:
215215 # Collect Plugin Verifier Result
216216 - name : Collect Plugin Verifier Result
217217 if : ${{ always() }}
218- uses : actions/upload-artifact@v4
218+ uses : actions/upload-artifact@v5
219219 with :
220220 name : pluginVerifier-result
221221 path : ${{ github.workspace }}/build/reports/pluginVerifier
You can’t perform that action at this time.
0 commit comments