File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 if : ${{ !matrix.settings.docker }}
104104 shell : bash
105105 - name : Upload artifact
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v7
107107 with :
108108 name : bindings-${{ matrix.settings.target }}
109109 path : |
@@ -137,7 +137,7 @@ jobs:
137137 cache : pnpm
138138 architecture : x64
139139 - run : pnpm install
140- - uses : actions/download-artifact@v4
140+ - uses : actions/download-artifact@v8
141141 with :
142142 name : bindings-${{ matrix.settings.target }}
143143 path : .
@@ -181,7 +181,7 @@ jobs:
181181 cache : pnpm
182182 - name : Install dependencies
183183 run : pnpm install
184- - uses : actions/download-artifact@v4
184+ - uses : actions/download-artifact@v8
185185 with :
186186 name : bindings-${{ matrix.settings.target }}
187187 path : .
@@ -254,7 +254,7 @@ jobs:
254254 - name : Install dependencies
255255 run : pnpm install
256256 - name : Download all artifacts
257- uses : actions/download-artifact@v4
257+ uses : actions/download-artifact@v8
258258 with :
259259 path : artifacts
260260 - name : Move artifacts
You can’t perform that action at this time.
0 commit comments