Skip to content

Commit 1e4085e

Browse files
authored
Update release-website.yml
1 parent 61f38f3 commit 1e4085e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
bun run build
2525
cp dist/index.html dist/404.html
2626
- name: Setup Pages
27-
uses: actions/configure-pages@v3
27+
uses: actions/configure-pages@v5
2828
- name: Upload artifact
29-
uses: actions/upload-pages-artifact@v2
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: "autocorrect-website/dist"
3232
- name: Deploy to GitHub Pages
3333
id: deployment
34-
uses: actions/deploy-pages@v2
34+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)