Skip to content

Commit 651689d

Browse files
authored
Merge pull request #60 from ChainSafe/lykhoyda/github_actions
update deprecated github actions
2 parents 76ca8f4 + 4bce12e commit 651689d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ jobs:
5454
uses: actions/configure-pages@v3
5555

5656
- name: Upload artifact
57-
uses: actions/upload-pages-artifact@v2
57+
uses: actions/upload-pages-artifact@v3
5858
with:
59-
# 👇 Specify build output path
6059
path: ./docs/build
6160

6261
- name: Deploy to GitHub Pages
6362
id: deployment
64-
uses: actions/deploy-pages@v2
63+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)