File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090
9191 # Store already-built plugin as an artifact for downloading
9292 - name : Upload artifact
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v6
9494 with :
9595 name : ${{ steps.artifact.outputs.filename }}
9696 path : ./build/distributions/content/*/*
@@ -126,7 +126,7 @@ jobs:
126126 # Collect Tests Result of failed tests
127127 - name : Collect Tests Result
128128 if : ${{ failure() }}
129- uses : actions/upload-artifact@v4
129+ uses : actions/upload-artifact@v6
130130 with :
131131 name : tests-result
132132 path : ${{ github.workspace }}/build/reports/tests
@@ -182,7 +182,7 @@ jobs:
182182 # Collect Plugin Verifier Result
183183 - name : Collect Plugin Verifier Result
184184 if : ${{ always() }}
185- uses : actions/upload-artifact@v4
185+ uses : actions/upload-artifact@v6
186186 with :
187187 name : pluginVerifier-result
188188 path : ${{ github.workspace }}/build/reports/pluginVerifier
You can’t perform that action at this time.
0 commit comments