Skip to content

Commit f29ed40

Browse files
updated .github/workflows
1 parent c351000 commit f29ed40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: nix flake check
1515

1616
- name: Upload artifact
17-
uses: actions/upload-pages-artifact@v2
17+
uses: actions/upload-pages-artifact@v3
1818
with:
1919
path: ./frontend/apps/demo/out/
2020

@@ -32,4 +32,4 @@ jobs:
3232
steps:
3333
- name: Deploy to GitHub Pages
3434
id: deployment
35-
uses: actions/deploy-pages@v2
35+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)