Skip to content

Commit d543089

Browse files
committedJan 16, 2025·
Update upload/deploy scripts for CI
1 parent 4bb4d45 commit d543089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
# upload artifact
9292
- name: Upload GitHub Pages artifact
93-
uses: actions/upload-pages-artifact@v1
93+
uses: actions/upload-pages-artifact@v3
9494

9595
deploy_website:
9696
needs: build_website
@@ -105,4 +105,4 @@ jobs:
105105
url: ${{ steps.deployment.outputs.page_url }}
106106
steps:
107107
- name: Deploy to GitHub Pages
108-
uses: actions/deploy-pages@v1
108+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)
Please sign in to comment.