From 0a6c8bbdc5ef7f9a663a4ce0ed89127b27b92bf7 Mon Sep 17 00:00:00 2001 From: AkashRajpurohit Date: Mon, 25 Mar 2024 09:21:20 +0530 Subject: [PATCH] build(ci): :arrow_up: version upgrade for gh pages actions --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4a3a4b8..21272b5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -50,7 +50,7 @@ jobs: run: pnpm run build:docs - name: Upload Pages Artifact ☁️ - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 id: deployment with: path: ./docs # This should be your TypeDoc "out" path. @@ -64,4 +64,4 @@ jobs: steps: - name: Deploy to GitHub Pages 🚀 id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file