From 7c6ca4bdc89bfc77052b7e194faee0e182438c31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:45:26 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/release-cycle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cycle.yml b/.github/workflows/release-cycle.yml index 02d5478336d..3d168b67615 100644 --- a/.github/workflows/release-cycle.yml +++ b/.github/workflows/release-cycle.yml @@ -172,7 +172,7 @@ jobs: - uses: actions/checkout@v4 - name: Download tarball artifact id: artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ github.ref_name }} - name: Check integrity