Skip to content

Commit 9bff647

Browse files
authored
Update deploy.yml
1 parent 67113eb commit 9bff647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm run build
2525

2626
- name: Upload production-ready build files
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: production-files
3030
path: ./dist
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Download artifact
40-
uses: actions/download-artifact@v3
40+
uses: actions/download-artifact@v4
4141
with:
4242
name: production-files
4343
path: ./dist

0 commit comments

Comments
 (0)