Skip to content

Commit 5890366

Browse files
committed
Update github actions
1 parent 40b502d commit 5890366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v2
3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v1
36+
uses: actions/upload-pages-artifact@v2
3737
with:
3838
# Upload entire repository
3939
path: '.'
4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v1
42+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)