We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c12a3 commit adeaa73Copy full SHA for adeaa73
1 file changed
.github/workflows/release-client.yml
@@ -108,13 +108,13 @@ jobs:
108
# the same result
109
- name: Upload dist files artifact
110
if: matrix.upload-dist
111
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
112
with:
113
name: client-dist
114
path: ./client/dist
115
116
- name: Upload client artifact
117
118
119
name: client-${{ matrix.build-name }}
120
path: |
0 commit comments