We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25219d6 commit f2a048fCopy full SHA for f2a048f
.github/workflows/pure-rust-build-on-linux.yml
@@ -124,7 +124,7 @@ jobs:
124
cache: yarn
125
architecture: x86
126
- name: Download bindings
127
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
128
with:
129
name: bindings-${{ matrix.settings.target }}
130
path: 01-pure-rust/
@@ -168,7 +168,7 @@ jobs:
168
- name: Install dependencies
169
run: yarn install
170
171
172
173
174
0 commit comments