We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c12a3 commit 0c59592Copy full SHA for 0c59592
.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: |
@@ -157,7 +157,7 @@ jobs:
157
distribution: adopt
158
159
- name: Download all client artifacts
160
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
161
162
path: ./client/artifacts
163
0 commit comments