Skip to content

Commit b78c314

Browse files
committed
update deprecated upload artifact github actions
1 parent 617b2cc commit b78c314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
- name: Setup Pages
5252
uses: actions/configure-pages@v3
5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v1
54+
uses: actions/upload-pages-artifact@v3
5555
with:
5656
# Upload dist repository
5757
path: './dist'
5858
- name: Deploy to GitHub Pages
5959
id: deployment
60-
uses: actions/deploy-pages@v1
60+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)