From 3b7ad1ba2f2d0f5b6c17840cea1f38185a3c0e57 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Thu, 12 Dec 2024 12:02:10 +0100 Subject: [PATCH] Use merge action --- .github/workflows/deploy.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7a0bfa15..276412ba 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -48,11 +48,10 @@ jobs: cp index.html ./deploy cp validator-flow.md ./deploy - name: Restore releases - uses: actions/download-artifact@v4 + uses: actions/upload-artifact/merge@v4 with: - path: deploy/releases + name: releases pattern: releases-* - merge-multiple: true - name: Bundle spec run: "swagger-cli bundle ./beacon-node-oapi.yaml -r -t yaml -o ./deploy/beacon-node-oapi.yaml" - name: Publish to Github Pages