We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8904c20 commit 1c38ce3Copy full SHA for 1c38ce3
1 file changed
.github/workflows/deploy.yml
@@ -14,8 +14,8 @@ jobs:
14
with:
15
fetch-depth: 0
16
- run: npm ci && npm run build
17
- - uses: actions/upload-pages-artifact@v2
+ - uses: actions/upload-pages-artifact@v4
18
19
path: build
20
- id: deployment
21
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments