Skip to content

Commit d30cffe

Browse files
authored
Update deploy.yml (#27)
1 parent 3b7961c commit d30cffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
uses: actions/configure-pages@v2
3636

3737
- name: Upload GitHub Pages artifact
38-
uses: actions/upload-pages-artifact@v1.0.4
38+
uses: actions/upload-pages-artifact@v3.0.0
3939
with:
4040
path: 'out'
4141

4242
- name: Deploy GitHub Pages site
43-
uses: actions/deploy-pages@v1.2.2
43+
uses: actions/deploy-pages@v4.0.0

0 commit comments

Comments
 (0)