From 14bdce0dbbd0735a66bc51e199f82621f0d68ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:46:30 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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