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 4089827 commit fcb43efCopy full SHA for fcb43ef
1 file changed
.github/workflows/deploy.yml
@@ -15,9 +15,9 @@ jobs:
15
build:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
20
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
21
with:
22
node-version: 22
23
cache: npm
@@ -26,9 +26,9 @@ jobs:
26
27
- run: npm run build
28
29
- - uses: actions/upload-pages-artifact@v3
+ - uses: actions/upload-pages-artifact@v5
30
31
- path: out
+ path: out/
32
33
deploy:
34
needs: build
0 commit comments