Skip to content

Commit fd33afd

Browse files
authored
Update upload-pages-artifact and deploy-pages in deploy.yml
1 parent 6210c76 commit fd33afd

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
@@ -72,7 +72,7 @@ jobs:
7272
skip_checkout: true
7373
push_options: '--force'
7474
- name: Upload artifact
75-
uses: actions/upload-pages-artifact@v1
75+
uses: actions/upload-pages-artifact@v3.0.1
7676
with:
7777
path: ./out
7878

@@ -86,4 +86,4 @@ jobs:
8686
steps:
8787
- name: Deploy to GitHub Pages
8888
id: deployment
89-
uses: actions/deploy-pages@v1
89+
uses: actions/deploy-pages@v4.0.5

0 commit comments

Comments
 (0)