chore(deps): update github artifact actions

This commit is contained in:
renovate[bot]
2025-10-26 04:38:28 +00:00
committed by GitHub
parent 92d09d52d3
commit 4f6bdbe1ad
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ jobs:
name: "github-pages"
url: "${{ steps.deployment.outputs.page_url }}"
steps:
- uses: "actions/download-artifact@v5"
- uses: "actions/download-artifact@v6"
with: # Downloads all artifacts from the build job
path: "./public"
merge-multiple: true