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 8585
8686 # Store already-built plugin as an artifact for downloading
8787 - name : Upload artifact
88- uses : actions/upload-artifact@v4
88+ uses : actions/upload-artifact@v5
8989 with :
9090 name : ${{ steps.artifact.outputs.filename }}
9191 path : ./build/distributions/content/*/*
@@ -119,7 +119,7 @@ jobs:
119119 # Collect Tests Result of failed tests
120120 - name : Collect Tests Result
121121 if : ${{ failure() }}
122- uses : actions/upload-artifact@v4
122+ uses : actions/upload-artifact@v5
123123 with :
124124 name : tests-result
125125 path : ${{ github.workspace }}/build/reports/tests
@@ -169,7 +169,7 @@ jobs:
169169 # Collect Plugin Verifier Result
170170 - name : Collect Plugin Verifier Result
171171 if : ${{ always() }}
172- uses : actions/upload-artifact@v4
172+ uses : actions/upload-artifact@v5
173173 with :
174174 name : pluginVerifier-result
175175 path : ${{ github.workspace }}/build/reports/pluginVerifier
You can’t perform that action at this time.
0 commit comments