File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments