File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 edit-mode : replace
184184
185185 - name : Upload PR artifact
186- uses : actions/upload-artifact@v6
186+ uses : actions/upload-artifact@v7
187187 with :
188188 name : pr-registry-json
189189 path : |
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ jobs:
264264
265265 - name : Upload commit info
266266 if : (steps.update.outputs.changed == 'true' || steps.update.outputs.warning-added == 'true') && github.event_name == 'pull_request'
267- uses : actions/upload-artifact@v6
267+ uses : actions/upload-artifact@v7
268268 with :
269269 name : commit-info-${{ steps.server-info.outputs.server-name }}
270270 path : /tmp/commit-info/
@@ -316,7 +316,7 @@ jobs:
316316 ref : ${{ github.head_ref || github.ref }}
317317
318318 - name : Download all commit info artifacts
319- uses : actions/download-artifact@v7
319+ uses : actions/download-artifact@v8
320320 with :
321321 path : /tmp/artifacts/
322322 pattern : commit-info-*
@@ -407,7 +407,7 @@ jobs:
407407 body-includes : ' ## MCP Server Tool List Updates (server.json)'
408408
409409 - name : Download all commit info artifacts
410- uses : actions/download-artifact@v7
410+ uses : actions/download-artifact@v8
411411 with :
412412 path : /tmp/comment-artifacts/
413413 pattern : commit-info-*
You can’t perform that action at this time.
0 commit comments