Skip to content

Commit 751bcdc

Browse files
chore(deps): update github artifact actions (#826)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 037452b commit 751bcdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/update-tools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-*

0 commit comments

Comments
 (0)