From d9ae98f67b420d8702a2a7edad4b9b20d8ead859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:56:04 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index a7424df..21b1a39 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⏬ Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: docs path: artifacts @@ -83,7 +83,7 @@ jobs: submodules: recursive - name: ⏬ Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: docs @@ -118,7 +118,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: docs