Skip to content

Commit 43bbd8e

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent c4ae5ce commit 43bbd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
python-version: '3.14'
163163

164164
- name: Download build artifacts
165-
uses: actions/download-artifact@v4
165+
uses: actions/download-artifact@v5
166166
with:
167167
name: dist-${{ github.sha }}
168168
path: dist/

0 commit comments

Comments
 (0)