1 parent c9288f2 commit 9bfb002Copy full SHA for 9bfb002
1 file changed
‎.github/workflows/release-standalone.yml‎
@@ -36,12 +36,11 @@ jobs:
36
cp src/i18n-index.html dist/build/index.html
37
38
- name: Upload artifact
39
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
40
with:
41
path: ./dist/build
42
43
- name: Deploy to Github-Pages
44
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
45
46
token: ${{ secrets.GITHUB_TOKEN }}
47
- artifact_name: github-pages
0 commit comments