Skip to content

Commit 1c37594

Browse files
committed
Update deploy.yml
1 parent 22300c1 commit 1c37594

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build React app
1818
run: cd logic-editor && npm run build
1919
- name: Upload artifact
20-
uses: actions/upload-pages-artifact@v1
20+
uses: actions/upload-pages-artifact@v4
2121
with:
2222
path: logic-editor/build/ # Path to built files
2323
deploy:
@@ -32,4 +32,4 @@ jobs:
3232
steps:
3333
- name: Deploy to GitHub Pages
3434
id: deployment
35-
uses: actions/deploy-pages@v1
35+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)