Skip to content

Commit 06e13a8

Browse files
chore(deps): update actions/download-artifact action to v5 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b74dc87 commit 06e13a8

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)