From f6b884cca81cbc0722c8ec5116e5bf48c8afedd6 Mon Sep 17 00:00:00 2001 From: Radu-Cristian Popa Date: Thu, 30 Jan 2025 19:32:34 +0200 Subject: [PATCH] chore(ci/deploy): update actions version (#499) --- .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 16b9a944..a05cc9ef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: run: bun run build - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./dist @@ -44,4 +44,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4