Merge pull request #1349 from anoop2811/main

Fix: correct the upload pages action version
This commit is contained in:
Anoop Gopalakrishnan 2025-02-16 20:35:34 -08:00 committed by GitHub
commit f2018e231b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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