Bump actions/download-artifact from 1 to 3 (#474)

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

---
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/484/head
dependabot[bot] 2023-09-09 10:27:38 -04:00 committed by GitHub
parent 61ddf8ad8a
commit 7cddafb7cf
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@v1
uses: actions/download-artifact@v3
with:
name: release_url
@ -192,7 +192,7 @@ jobs:
- name: Load Release URL File
if: contains(github.ref, 'tags/v')
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: release_url