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 6767 runs-on : ubuntu-latest
6868 steps :
6969 - name : Download artifacts
70- uses : actions/download-artifact@v4
70+ uses : actions/download-artifact@v5
7171 with :
7272 name : kotlinx-rpc
7373 path : artifacts
8888 fetch-depth : 0
8989
9090 - name : Download Writerside artifacts
91- uses : actions/download-artifact@v4
91+ uses : actions/download-artifact@v5
9292 with :
9393 name : kotlinx-rpc
9494
@@ -140,7 +140,7 @@ jobs:
140140 runs-on : ubuntu-latest
141141 steps :
142142 - name : Download artifacts
143- uses : actions/download-artifact@v4
143+ uses : actions/download-artifact@v5
144144 with :
145145 name : kotlinx-rpc-assembled
146146
@@ -167,7 +167,7 @@ jobs:
167167 image : registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3
168168 steps :
169169 - name : Download artifact
170- uses : actions/download-artifact@v4
170+ uses : actions/download-artifact@v5
171171 with :
172172 name : kotlinx-rpc
173173 - name : Unzip artifact
You can’t perform that action at this time.
0 commit comments