Skip to content

Commit c497169

Browse files
authored
Update deploy.yml
1 parent dd93f8e commit c497169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm run build
2727

2828
- name: Upload production-ready build files
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v3
3030
with:
3131
name: production-files
3232
path: ./dist
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Download artifact
42-
uses: actions/download-artifact@v2
42+
uses: actions/download-artifact@v3
4343
with:
4444
name: production-files
4545
path: ./dist
@@ -48,4 +48,4 @@ jobs:
4848
uses: peaceiris/actions-gh-pages@v3
4949
with:
5050
github_token: ${{ secrets.GITHUB_TOKEN }}
51-
publish_dir: ./dist
51+
publish_dir: ./dist

0 commit comments

Comments
 (0)