File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 fail_ci_if_error : false
122122
123123 - name : Upload coverage artifacts
124- uses : actions/upload-artifact@v6
124+ uses : actions/upload-artifact@v7
125125 with :
126126 name : toolkit-coverage
127127 path : packages/toolkit/coverage/
@@ -157,7 +157,7 @@ jobs:
157157 fi
158158
159159 - name : Upload build artifacts
160- uses : actions/upload-artifact@v6
160+ uses : actions/upload-artifact@v7
161161 with :
162162 name : toolkit-dist
163163 path : packages/toolkit/dist/
@@ -191,7 +191,7 @@ jobs:
191191 SKIP_ENV_VALIDATION : true
192192
193193 - name : Upload build artifacts
194- uses : actions/upload-artifact@v6
194+ uses : actions/upload-artifact@v7
195195 with :
196196 name : mcp-server-dist
197197 path : packages/api-server/.next/
@@ -360,7 +360,7 @@ jobs:
360360 rm -rf "$tmpdir"
361361
362362 - name : Upload ep-admin coverage artifacts
363- uses : actions/upload-artifact@v6
363+ uses : actions/upload-artifact@v7
364364 with :
365365 name : ep-admin-coverage
366366 path : packages/ep-admin/coverage/
Original file line number Diff line number Diff line change 5656 echo "✅ patterns.json validated successfully"
5757
5858 - name : Upload patterns.json as artifact
59- uses : actions/upload-artifact@v6
59+ uses : actions/upload-artifact@v7
6060 with :
6161 name : patterns-data
6262 path : services/mcp-server/data/patterns.json
Original file line number Diff line number Diff line change 7171
7272 - name : Upload audit results
7373 if : always()
74- uses : actions/upload-artifact@v6
74+ uses : actions/upload-artifact@v7
7575 with :
7676 name : audit-results
7777 path : audit-results.json
@@ -165,7 +165,7 @@ jobs:
165165 echo "✅ No prohibited licenses found" >> $GITHUB_STEP_SUMMARY
166166
167167 - name : Upload license report
168- uses : actions/upload-artifact@v6
168+ uses : actions/upload-artifact@v7
169169 with :
170170 name : license-report
171171 path : licenses.json
@@ -232,15 +232,15 @@ jobs:
232232 echo "✅ SBOM generated successfully"
233233
234234 - name : Upload SBOM
235- uses : actions/upload-artifact@v6
235+ uses : actions/upload-artifact@v7
236236 with :
237237 name : sbom
238238 path : sbom.json
239239 retention-days : 90
240240
241241 - name : Attach SBOM to release
242242 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
243- uses : actions/upload-artifact@v6
243+ uses : actions/upload-artifact@v7
244244 with :
245245 name : sbom-release
246246 path : sbom.json
You can’t perform that action at this time.
0 commit comments