Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
location: docs/pages/kotlinx-rpc/

- name: Save artifact with build results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: kotlinx-rpc
path: |
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: kotlinx-rpc
path: artifacts
Expand All @@ -88,7 +88,7 @@ jobs:
fetch-depth: 0

- name: Download Writerside artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: kotlinx-rpc

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

- name: Save assembled artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: kotlinx-rpc-assembled
path: |
Expand All @@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: kotlinx-rpc-assembled

Expand All @@ -167,7 +167,7 @@ jobs:
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3
steps:
- name: Download artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: kotlinx-rpc
- name: Unzip artifact
Expand Down