From 22cd71c47272ed96bbc8e97b09dc17cd8398e7a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:26:14 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/_test_build_fake_prerelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test_build_fake_prerelease.yaml b/.github/workflows/_test_build_fake_prerelease.yaml index 002b0a3..90908af 100644 --- a/.github/workflows/_test_build_fake_prerelease.yaml +++ b/.github/workflows/_test_build_fake_prerelease.yaml @@ -55,7 +55,7 @@ jobs: - shell: bash run: git tag "$TAG" - name: Download artifact from previous job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: windows-packages - name: Extract .exe