There was an error while loading. Please reload this page.
1 parent 2eabb88 commit ebef4fbCopy full SHA for ebef4fb
1 file changed
.github/workflows/github-pages.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: Build Web App
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Fetch all history for all tags and branches
18
run: |
19
git config remote.origin.url https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
@@ -26,7 +26,7 @@ jobs:
26
- name: Build Web App
27
run: cd example && flutter build web
28
- name: Upload Artifacts
29
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
30
with:
31
path: example/build/web
32
deploy:
@@ -42,4 +42,4 @@ jobs:
42
43
- name: Deploy to GitHub Pages
44
id: deployment
45
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments