Bump actions/download-artifact from 2 to 3 (#47543)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...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/49071/head
dependabot[bot] 3 years ago committed by GitHub
parent e5ae3b9762
commit ce6a5694ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/detect-breaking-changes-build.yml

@ -95,12 +95,12 @@ jobs:
- uses: actions/checkout@v3
- name: Get built packages from pr
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: buildPr
- name: Get built packages from base
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: buildBase

Loading…
Cancel
Save