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 8484
8585 # Store already-built plugin as an artifact for downloading
8686 - name : Upload artifact
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v5
8888 with :
8989 name : ${{ steps.artifact.outputs.filename }}
9090 path : ./build/distributions/content/*/*
@@ -118,7 +118,7 @@ jobs:
118118 # Collect Tests Result of failed tests
119119 - name : Collect Tests Result
120120 if : ${{ failure() }}
121- uses : actions/upload-artifact@v4
121+ uses : actions/upload-artifact@v5
122122 with :
123123 name : tests-result
124124 path : ${{ github.workspace }}/build/reports/tests
@@ -210,7 +210,7 @@ jobs:
210210 # Collect Plugin Verifier Result
211211 - name : Collect Plugin Verifier Result
212212 if : ${{ always() }}
213- uses : actions/upload-artifact@v4
213+ uses : actions/upload-artifact@v5
214214 with :
215215 name : pluginVerifier-result
216216 path : ${{ github.workspace }}/build/reports/pluginVerifier
You can’t perform that action at this time.
0 commit comments