Skip to content

Commit a3ad592

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Install dependencies
133133
run: yarn install
134134
- name: Download artifacts
135-
uses: actions/download-artifact@v4
135+
uses: actions/download-artifact@v5
136136
with:
137137
name: bindings-${{ matrix.settings.target }}
138138
path: native
@@ -162,7 +162,7 @@ jobs:
162162
- name: Install dependencies
163163
run: yarn install
164164
- name: Download artifacts
165-
uses: actions/download-artifact@v4
165+
uses: actions/download-artifact@v5
166166
with:
167167
name: bindings-x86_64-unknown-linux-gnu
168168
path: native
@@ -188,7 +188,7 @@ jobs:
188188
- name: Install dependencies
189189
run: yarn install
190190
- name: Download all artifacts
191-
uses: actions/download-artifact@v4
191+
uses: actions/download-artifact@v5
192192
with:
193193
path: artifacts
194194
- name: Move artifacts

0 commit comments

Comments
 (0)