File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171
7272 # Store an already-built plugin as an artifact for downloading
7373 - name : Upload artifact
74- uses : actions/upload-artifact@v6
74+ uses : actions/upload-artifact@v7
7575 with :
7676 name : ${{ steps.artifact.outputs.filename }}
7777 path : ./build/distributions/content/*/*
@@ -114,7 +114,7 @@ jobs:
114114 # Collect Tests Result of failed tests
115115 - name : Collect Tests Result
116116 if : ${{ failure() }}
117- uses : actions/upload-artifact@v6
117+ uses : actions/upload-artifact@v7
118118 with :
119119 name : tests-result
120120 path : ${{ github.workspace }}/build/reports/tests
@@ -205,7 +205,7 @@ jobs:
205205 # Collect Plugin Verifier Result
206206 - name : Collect Plugin Verifier Result
207207 if : ${{ always() }}
208- uses : actions/upload-artifact@v6
208+ uses : actions/upload-artifact@v7
209209 with :
210210 name : pluginVerifier-result
211211 path : ${{ github.workspace }}/build/reports/pluginVerifier
You can’t perform that action at this time.
0 commit comments