chore(deps): bump actions/download-artifact from 4 to 8 #69

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/download-artifact-8 into main 2026-04-10 12:54:58 +08:00
Showing only changes of commit bb044c0f2d - Show all commits

View File

@@ -96,7 +96,7 @@ jobs:
needs: [build, publish] needs: [build, publish]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v8
with: with:
merge-multiple: true merge-multiple: true