From 811eb27bce27158689b43f02fc1be6aa8d77920a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:54:49 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf6c350..f854222 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Download Build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Release uses: softprops/action-gh-release@v2 with: