Skip to content

Commit 38c3e0b

Browse files
committed
Upgrade CI/CD.
1 parent 41dd67c commit 38c3e0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/static.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
-
1616
name: Setup Pages
17-
uses: actions/configure-pages@v3
17+
uses: actions/configure-pages@v5
1818
-
1919
name: Upload artifact
20-
uses: actions/upload-pages-artifact@v1
20+
uses: actions/upload-pages-artifact@v3
2121
with:
2222
path: web3
2323
-
2424
name: Deploy to GitHub Pages
2525
id: deployment
26-
uses: actions/deploy-pages@v1
26+
uses: actions/deploy-pages@v4
2727
on:
2828
push:
2929
branches:

0 commit comments

Comments
 (0)