Skip to content

Commit bc0951e

Browse files
Update GitHub Artifact Actions
1 parent 98b2919 commit bc0951e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
location: docs/pages/kotlinx-rpc/
5454

5555
- name: Save artifact with build results
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: kotlinx-rpc
5959
path: |
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: Download artifacts
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v6
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@v5
91+
uses: actions/download-artifact@v6
9292
with:
9393
name: kotlinx-rpc
9494

@@ -124,7 +124,7 @@ jobs:
124124
run: cd ${{ env.ASSEMBLE_DIR }} && zip -r ../${{ env.ASSEMBLE_ARTIFACT }} .
125125

126126
- name: Save assembled artifact
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: kotlinx-rpc-assembled
130130
path: |
@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-latest
141141
steps:
142142
- name: Download artifacts
143-
uses: actions/download-artifact@v5
143+
uses: actions/download-artifact@v6
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@v5
170+
uses: actions/download-artifact@v6
171171
with:
172172
name: kotlinx-rpc
173173
- name: Unzip artifact

0 commit comments

Comments
 (0)