Fix: correct the upload pages action version

Signed-off-by: Anoop Gopalakrishnan <anoop2811@aol.in>
This commit is contained in:
Anoop Gopalakrishnan 2025-02-16 19:20:25 -08:00
parent 4ef773e38d
commit 079ed26c6d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v5 uses: actions/configure-pages@v5
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v4 uses: actions/upload-pages-artifact@v3
with: with:
path: build/ path: build/
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages