chore(deps): update github artifact actions

This commit is contained in:
renovate[bot]
2026-02-28 11:11:49 +00:00
committed by GitHub
parent 023c863738
commit c21b303e04
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@v7"
- uses: "actions/download-artifact@v8"
with: # Downloads all artifacts from the build job
path: "./public"
merge-multiple: true