We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eeef98 commit b75ba67Copy full SHA for b75ba67
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@moonlight-mod/create-extension",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"license": "MIT",
5
"repository": {
6
"type": "git",
template/.github/workflows/deploy.yml
@@ -38,12 +38,12 @@ jobs:
38
run: pnpm run repo
39
40
- name: Setup GitHub Pages
41
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v5
42
43
- name: Upload artifact
44
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
45
with:
46
path: ./repo
47
48
- name: Deploy to GitHub Pages
49
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments