Skip to content

Commit f2a048f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pure-rust-build-on-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
cache: yarn
125125
architecture: x86
126126
- name: Download bindings
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v5
128128
with:
129129
name: bindings-${{ matrix.settings.target }}
130130
path: 01-pure-rust/
@@ -168,7 +168,7 @@ jobs:
168168
- name: Install dependencies
169169
run: yarn install
170170
- name: Download bindings
171-
uses: actions/download-artifact@v4
171+
uses: actions/download-artifact@v5
172172
with:
173173
name: bindings-${{ matrix.settings.target }}
174174
path: 01-pure-rust/

0 commit comments

Comments
 (0)