Skip to content

Commit 5387bb7

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 505e1c3 commit 5387bb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: Restore Build Result
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v5
113113
with:
114114
name: build-result
115115

@@ -161,7 +161,7 @@ jobs:
161161
fetch-depth: 0
162162

163163
- name: Restore Build Result
164-
uses: actions/download-artifact@v4
164+
uses: actions/download-artifact@v5
165165
with:
166166
name: build-result
167167

0 commit comments

Comments
 (0)