From 8dd48d701566bc2465d953e00a65f318c37f1eae Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Thu, 12 Dec 2024 08:42:13 +0100 Subject: [PATCH] chore(ci): update actions/upload|download-artifact from v3 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