From c74c9e4d8da7b76caad0d2cf2ec5b1172742bf4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 06:57:30 +0300 Subject: [PATCH] ci: bump actions/download-artifact from 4 to 5 (#25051) --- .github/workflows/release_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_ci.yml b/.github/workflows/release_ci.yml index 7d005f5f67..2f12276190 100644 --- a/.github/workflows/release_ci.yml +++ b/.github/workflows/release_ci.yml @@ -106,7 +106,7 @@ jobs: needs: release-build runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 - name: Create release uses: ncipollo/release-action@v1 with: