Bump actions/download-artifact from 3 to 4 (#2223)

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

---
updated-dependencies:
- dependency-name: actions/download-artifact
  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>

[skip ci]
This commit is contained in:
dependabot[bot] 2024-03-02 14:35:56 -08:00 committed by GitHub
parent 355be99512
commit 36fbff5503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@ jobs:
- name: Download Installers - name: Download Installers
if: env.WORKFLOW_CONCLUSION == 'success' if: env.WORKFLOW_CONCLUSION == 'success'
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
- name: Get Changelog - name: Get Changelog
id: get_changelog id: get_changelog