Skip to content

Commit 1b8b20d

Browse files
authored
Update web-publish.yaml
1 parent a770ddd commit 1b8b20d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/web-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: Setup Pages
2828
uses: actions/configure-pages@v1
2929
- name: Upload artifact
30-
uses: actions/upload-pages-artifact@v1
30+
uses: actions/upload-pages-artifact@v3
3131
with:
3232
path: 'www/'
3333
- name: Deploy to GitHub Pages
3434
id: deployment
35-
uses: actions/deploy-pages@v1
35+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)