We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e082d61 commit f51cc2eCopy full SHA for f51cc2e
1 file changed
.github/workflows/deploy.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v4
23
24
+ - name: Setup Node.js
25
+ uses: actions/setup-node@v6
26
+
27
- name: Setup Bun
28
uses: oven-sh/setup-bun@v2
29
with:
@@ -33,7 +36,7 @@ jobs:
33
36
run: bun run build
34
37
35
38
- name: Upload artifact
- uses: actions/upload-pages-artifact@v3
39
+ uses: actions/upload-pages-artifact@v4
40
41
path: ./dist
42
0 commit comments