Skip to content

Commit c9e2063

Browse files
authored
Upgrade actions (#101)
1 parent e8dec9a commit c9e2063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
pnpm run build-root
7272
touch dist-root/.nojekyll
7373
cd -
74-
- uses: actions/upload-pages-artifact@v1
74+
- uses: actions/upload-pages-artifact@v3
7575
with:
7676
path: sites/docs/dist-root
7777
deploy:
@@ -88,5 +88,5 @@ jobs:
8888
steps:
8989
- name: Deploy to GitHub Pages
9090
id: deployment
91-
uses: actions/deploy-pages@v1
91+
uses: actions/deploy-pages@v4
9292

0 commit comments

Comments
 (0)