chore(deps): update actions/download-artifact action to v5

This commit is contained in:
renovate[bot]
2025-08-09 20:46:08 +00:00
committed by GitHub
parent 3c013de8ba
commit a63175dc3a

View File

@@ -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