Skip to content

Commit 1c38ce3

Browse files
authored
update actions (#842)
1 parent 8904c20 commit 1c38ce3

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
@@ -14,8 +14,8 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- run: npm ci && npm run build
17-
- uses: actions/upload-pages-artifact@v2
17+
- uses: actions/upload-pages-artifact@v4
1818
with:
1919
path: build
2020
- id: deployment
21-
uses: actions/deploy-pages@v2
21+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)