Skip to content

Commit b7efdf1

Browse files
authored
Update deploy.yml
1 parent 9b88de0 commit b7efdf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build website
3636
run: yarn build
3737
- name: Upload artifact
38-
uses: actions/upload-pages-artifact@v2
38+
uses: actions/upload-pages-artifact@v3
3939
with:
4040
path: 'build/'
4141

@@ -48,4 +48,4 @@ jobs:
4848
steps:
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v2
51+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)