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 c351000 commit f29ed40Copy full SHA for f29ed40
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
- run: nix flake check
15
16
- name: Upload artifact
17
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
18
with:
19
path: ./frontend/apps/demo/out/
20
@@ -32,4 +32,4 @@ jobs:
32
steps:
33
- name: Deploy to GitHub Pages
34
id: deployment
35
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments