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>
pull/102/head
dependabot[bot] 2 weeks ago committed by GitHub
parent 67a07a15de
commit ff8f844ad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -105,7 +105,7 @@ jobs:
- name: Download artifact - name: Download artifact
if: env.excludewinarm == 'true' if: env.excludewinarm == 'true'
uses: actions/download-artifact@v5 uses: actions/download-artifact@v8
with: with:
name: ${{ env.ARTIFACT_NAME }} name: ${{ env.ARTIFACT_NAME }}
path: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }} path: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }}
@ -188,7 +188,7 @@ jobs:
needs: test needs: test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/download-artifact@v5 - uses: actions/download-artifact@v8
- name: Generate release body - name: Generate release body
id: generate-release-body id: generate-release-body

Loading…
Cancel
Save