File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8888 steps :
8989
9090 - name : Download all artifacts
91- uses : actions/download-artifact@v4
91+ uses : actions/download-artifact@v6
9292
9393 - name : Group examples in one folder
9494 run : |
Original file line number Diff line number Diff line change @@ -236,27 +236,27 @@ jobs:
236236 - name : Move Bevy assets to static files
237237 # during the real build, this is handled by the generate_wasm_examples.sh script.
238238 run : mv bevy/assets static/assets/examples/
239- - uses : actions/download-artifact@v4
239+ - uses : actions/download-artifact@v6
240240 with :
241241 name : generated-assets
242242 path : content/assets
243243
244- - uses : actions/download-artifact@v4
244+ - uses : actions/download-artifact@v6
245245 with :
246246 name : generated-errors
247247 path : content/learn/errors
248248
249- - uses : actions/download-artifact@v4
249+ - uses : actions/download-artifact@v6
250250 with :
251251 name : generated-wasm-examples
252252 path : content/examples
253253
254- - uses : actions/download-artifact@v4
254+ - uses : actions/download-artifact@v6
255255 with :
256256 name : generated-wasm-examples-webgpu
257257 path : content/examples-webgpu
258258
259- - uses : actions/download-artifact@v4
259+ - uses : actions/download-artifact@v6
260260 with :
261261 name : generated-community
262262 path : content/community/people
Original file line number Diff line number Diff line change 9090 uses : actions/checkout@v5
9191
9292 - name : Download all artifacts
93- uses : actions/download-artifact@v4
93+ uses : actions/download-artifact@v6
9494
9595 - name : Move examples to the correct folder
9696 run : |
You can’t perform that action at this time.
0 commit comments