From 47263aef3f295d01e63151950909f6f215cbf93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:29:24 +0000 Subject: [PATCH] ci: bump actions/download-artifact from 4 to 5 (#15995) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-api-docs.yml b/.github/workflows/ci-api-docs.yml index aa3268fa8c..b9404cbf3b 100644 --- a/.github/workflows/ci-api-docs.yml +++ b/.github/workflows/ci-api-docs.yml @@ -66,7 +66,7 @@ jobs: - build steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: api-docs path: website/api/build