From 1524426cb6a273028e69426fa596c29bb22c416a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:51:50 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- semantic-release-binary/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-release-binary/action.yml b/semantic-release-binary/action.yml index 2f37ce8..db79890 100644 --- a/semantic-release-binary/action.yml +++ b/semantic-release-binary/action.yml @@ -220,7 +220,7 @@ runs: shell: bash - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ env.artifact_dir }}