Bump actions/download-artifact from 4 to 5 (#434)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-12 12:49:14 +00:00
committed by GitHub
Unverified
parent 6e4cb5e183
commit 7c802f3265
@@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Download coverage report
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
github-token: ${{ secrets.GH_ACTIONS_PR_WRITE }}
run-id: ${{ github.event.workflow_run.id }}