From 9eff7e1719e052b7e86e5873c19a75d21e4b3a01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:29:01 +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 d6ac489..ee25e82 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