From 8fca18282aefebde7382ad18e9d312f19ce824cd Mon Sep 17 00:00:00 2001 From: Amit Sharma Date: Tue, 23 Jan 2024 10:56:36 +0530 Subject: [PATCH] updated actions version to avoid error Signed-off-by: Amit Sharma --- .github/workflows/build-and-deploy-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy-pages.yml b/.github/workflows/build-and-deploy-pages.yml index 4601e3e..0837b6e 100644 --- a/.github/workflows/build-and-deploy-pages.yml +++ b/.github/workflows/build-and-deploy-pages.yml @@ -26,7 +26,7 @@ jobs: - name: Upload GH Pages Artifact if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: actions/upload-pages-artifact@v0 + uses: actions/upload-pages-artifact@v2 with: path: ./_site @@ -47,4 +47,4 @@ jobs: steps: - name: Deploy - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4