Skip to content

Commit ea27152

Browse files
committed
2 parents 6727ffe + 6ec57e0 commit ea27152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ls node_modules
6262
6363
- name: artifact
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: dist
6767
path: |
@@ -88,7 +88,7 @@ jobs:
8888
registry-url: 'https://registry.npmjs.org'
8989

9090
- name: Download artifact
91-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4
9292
with:
9393
name: dist
9494

0 commit comments

Comments
 (0)