chore(deps): update github artifact actions

This commit is contained in:
renovate[bot]
2025-12-13 12:42:17 +00:00
committed by GitHub
parent 58f7453b0b
commit 4b4d63b289
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@v6"
- uses: "actions/download-artifact@v7"
with: # Downloads all artifacts from the build job
path: "./public"
merge-multiple: true