Skip to content

Commit 43df6f0

Browse files
committed
ci: update to download-artifact@v8
1 parent 45b60fe commit 43df6f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325

326326
- name: Download build artifacts
327327
if: steps.nightly-status.outputs.result == 'success'
328-
uses: actions/download-artifact@v6
328+
uses: actions/download-artifact@v8
329329
with:
330330
path: release-assets
331331

@@ -406,7 +406,7 @@ jobs:
406406
runs-on: ubuntu-latest
407407
steps:
408408
- name: Download build artifacts
409-
uses: actions/download-artifact@v6
409+
uses: actions/download-artifact@v8
410410
with:
411411
path: release-assets
412412

0 commit comments

Comments
 (0)