From a8ca114db7cafed6237441ae347c8d1e4872fce5 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 23 Apr 2024 20:12:10 +0200 Subject: [PATCH] Update ci.yml (x4) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae4a883..c019a9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: vercel build --token=${{ secrets.VERCEL_TOKEN }} - name: Upload - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build path: .vercel/ @@ -51,7 +51,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build