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

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>
pull/536/head
dependabot[bot] 2024-01-02 13:35:34 -05:00 committed by GitHub
parent f819bfd943
commit f476ff2f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
- name: Load Release URL File
if: contains(github.ref, 'tags/v')
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release_url
@ -192,7 +192,7 @@ jobs:
- name: Load Release URL File
if: contains(github.ref, 'tags/v')
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release_url