Skip to content

Commit 7079abf

Browse files
authored
Update static.yml
1 parent 816e02b commit 7079abf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/static.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Setup Pages
35-
uses: actions/configure-pages@v3
35+
uses: actions/configure-pages@v4
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v1
37+
uses: actions/upload-pages-artifact@v3
3838
with:
3939
path: './project-page/'
4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v2
42+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)