Skip to content

Commit 03e41fd

Browse files
committed
Update workflow to new github artifacts
1 parent 468c8ec commit 03e41fd

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
@@ -26,7 +26,7 @@ jobs:
2626
cp README.md content
2727
jupyter lite build --contents content --output-dir dist
2828
- name: Upload artifact
29-
uses: actions/upload-pages-artifact@v1
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: ./dist
3232

@@ -45,4 +45,4 @@ jobs:
4545
steps:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v1
48+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)