Skip to content

Commit c3ddfde

Browse files
update workflow
1 parent 90c12a3 commit c3ddfde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-client.yml

Lines changed: 4 additions & 4 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: |
@@ -157,14 +157,14 @@ jobs:
157157
distribution: adopt
158158

159159
- name: Download all client artifacts
160-
uses: actions/download-artifact@v3
160+
uses: actions/download-artifact@v4
161161
with:
162162
path: ./client/artifacts
163163

164164
# Always cleanup even if other commands failed so we don't unnecessarily store
165165
# the artifacts in the cloud
166166
- name: Cleanup client artifacts
167-
uses: geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af
167+
uses: geekyeggo/delete-artifact@v5
168168
if: always()
169169
with:
170170
name: client-*

0 commit comments

Comments
 (0)