From f40eb630cdb5015f8dada6bda8b550dd78561572 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Thu, 12 Dec 2024 11:33:52 +0100 Subject: [PATCH] bump to v4 --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2707a99f..d441bb4d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,7 +27,7 @@ jobs: file: "beacon-node-oapi.json" target: "deploy/releases/${{ matrix.release }}/beacon-node-oapi.json" - name: Save releases (artifact) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: releases retention-days: 7 @@ -48,7 +48,7 @@ jobs: cp index.html ./deploy cp validator-flow.md ./deploy - name: Restore releases - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: releases path: deploy/releases