From a63175dc3ab743c7ff74d60416b8977f9621b8ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 20:46:08 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/deploy2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy2.yml b/.github/workflows/deploy2.yml index 1c63ca2..bdee550 100644 --- a/.github/workflows/deploy2.yml +++ b/.github/workflows/deploy2.yml @@ -32,7 +32,7 @@ jobs: name: "github-pages" url: "${{ steps.deployment.outputs.page_url }}" steps: - - uses: "actions/download-artifact@v4" + - uses: "actions/download-artifact@v5" with: # Downloads all artifacts from the build job path: "./public" merge-multiple: true