Skip to content

Commit 23925fd

Browse files
Bump actions/download-artifact from 4 to 6 (#2297)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a9a41e commit 23925fd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-wasm-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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: |

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/update-screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)