diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8f42936af..661da356f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: kotlinx-rpc path: artifacts @@ -88,7 +88,7 @@ jobs: fetch-depth: 0 - name: Download Writerside artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: kotlinx-rpc @@ -140,7 +140,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: kotlinx-rpc-assembled @@ -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@v4 + uses: actions/download-artifact@v5 with: name: kotlinx-rpc - name: Unzip artifact