Bump actions/download-artifact from 5 to 8

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-02 12:13:09 +00:00
committed by GitHub
parent 67a07a15de
commit ff8f844ad5
+2 -2
View File
@@ -105,7 +105,7 @@ jobs:
- name: Download artifact
if: env.excludewinarm == 'true'
uses: actions/download-artifact@v5
uses: actions/download-artifact@v8
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
@@ -188,7 +188,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v8
- name: Generate release body
id: generate-release-body