Skip to content

Commit 14bdce0

Browse files
Update actions/download-artifact action to v5
1 parent f4aaf9a commit 14bdce0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)