From f40dbedead0fa1fac4a36874831091c7e7a0d9c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:58:57 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- template/.github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/release.yaml b/template/.github/workflows/release.yaml index ca5db8a..9c7fcc7 100644 --- a/template/.github/workflows/release.yaml +++ b/template/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: cancel-in-progress: true steps: - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ needs.build.outputs.artifact-name }} path: dist/ @@ -59,7 +59,7 @@ jobs: with: fetch-depth: 0 - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ needs.build.outputs.artifact-name }} path: dist/