Skip to content

Commit e9647ef

Browse files
authored
Update main.yml
1 parent c900ae8 commit e9647ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: Setup Pages
4242
uses: actions/configure-pages@v3
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v2
44+
uses: actions/upload-pages-artifact@v3
4545
with:
4646
path: ./docs/_build/html
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)