diff --git a/package.json b/package.json index f0c4bde..c04dcdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moonlight-mod/create-extension", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "repository": { "type": "git", diff --git a/template/.github/workflows/deploy.yml b/template/.github/workflows/deploy.yml index 9475100..6ebb3d4 100644 --- a/template/.github/workflows/deploy.yml +++ b/template/.github/workflows/deploy.yml @@ -38,12 +38,12 @@ jobs: run: pnpm run repo - name: Setup GitHub Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./repo - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4