From d5a99aba3c275f95f74db94e9b71dff8eb2a7ae3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 15:37:09 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ad4b70..7fd0674 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Download the dist folder from the build job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: dist path: dist