Skip to content

Commit 5665687

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 5f8850a commit 5665687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
ref: ${{ github.head_ref || github.ref }}
259259

260260
- name: Download all commit info artifacts
261-
uses: actions/download-artifact@v4
261+
uses: actions/download-artifact@v5
262262
with:
263263
path: /tmp/artifacts/
264264
pattern: commit-info-*
@@ -344,7 +344,7 @@ jobs:
344344
body-includes: '## 🔧 MCP Server Tool List Updates'
345345

346346
- name: Download all commit info artifacts
347-
uses: actions/download-artifact@v4
347+
uses: actions/download-artifact@v5
348348
with:
349349
path: /tmp/comment-artifacts/
350350
pattern: commit-info-*

0 commit comments

Comments
 (0)