File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 67
67
runs-on : ubuntu-latest
68
68
steps :
69
69
- name : Download artifacts
70
- uses : actions/download-artifact@v4
70
+ uses : actions/download-artifact@v5
71
71
with :
72
72
name : kotlinx-rpc
73
73
path : artifacts
88
88
fetch-depth : 0
89
89
90
90
- name : Download Writerside artifacts
91
- uses : actions/download-artifact@v4
91
+ uses : actions/download-artifact@v5
92
92
with :
93
93
name : kotlinx-rpc
94
94
@@ -140,7 +140,7 @@ jobs:
140
140
runs-on : ubuntu-latest
141
141
steps :
142
142
- name : Download artifacts
143
- uses : actions/download-artifact@v4
143
+ uses : actions/download-artifact@v5
144
144
with :
145
145
name : kotlinx-rpc-assembled
146
146
@@ -167,7 +167,7 @@ jobs:
167
167
image : registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3
168
168
steps :
169
169
- name : Download artifact
170
- uses : actions/download-artifact@v4
170
+ uses : actions/download-artifact@v5
171
171
with :
172
172
name : kotlinx-rpc
173
173
- name : Unzip artifact
You can’t perform that action at this time.
0 commit comments