From 22cd75df5f28010b5d3d559fb440dcba0bd5a4a7 Mon Sep 17 00:00:00 2001 From: chadrakdev Date: Sun, 24 May 2026 13:50:22 +0100 Subject: [PATCH] Chore: Upgrade from deprecated v3 artifacts --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 71a681e..674ae6f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: run: npm run build - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist/ @@ -47,7 +47,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: dist/