common: using correct action

This commit is contained in:
Sheldan
2025-08-08 18:59:58 +02:00
parent f087ef9124
commit c52433cb8c

View File

@@ -56,7 +56,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/deploy-pages@v4@v4
with:
path: './dist'
- name: Deploy to GitHub Pages