Skip to content

Commit ebef4fb

Browse files
authored
Update github-pages.yaml
1 parent 2eabb88 commit ebef4fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github-pages.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build Web App
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Fetch all history for all tags and branches
1818
run: |
1919
git config remote.origin.url https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build Web App
2727
run: cd example && flutter build web
2828
- name: Upload Artifacts
29-
uses: actions/upload-pages-artifact@v1
29+
uses: actions/upload-pages-artifact@v4
3030
with:
3131
path: example/build/web
3232
deploy:
@@ -42,4 +42,4 @@ jobs:
4242
steps:
4343
- name: Deploy to GitHub Pages
4444
id: deployment
45-
uses: actions/deploy-pages@v1
45+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)