Skip to content

Commit adeaa73

Browse files
update workflow
1 parent 90c12a3 commit adeaa73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ jobs:
108108
# the same result
109109
- name: Upload dist files artifact
110110
if: matrix.upload-dist
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: client-dist
114114
path: ./client/dist
115115

116116
- name: Upload client artifact
117-
uses: actions/upload-artifact@v3
117+
uses: actions/upload-artifact@v4
118118
with:
119119
name: client-${{ matrix.build-name }}
120120
path: |

0 commit comments

Comments
 (0)