build(deps): bump actions/download-artifact from 1 to 3

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>
This commit is contained in:
dependabot[bot] 2022-06-21 13:44:16 +00:00 committed by Xiang Xiao
parent 2f173e9f48
commit a4c96f5dbc

View File

@ -118,7 +118,7 @@ jobs:
steps: steps:
- name: Download Source Artifact - name: Download Source Artifact
uses: actions/download-artifact@v1 uses: actions/download-artifact@v3
with: with:
name: source-bundle name: source-bundle
path: . path: .
@ -164,7 +164,7 @@ jobs:
boards: [macos, sim-01, sim-02] boards: [macos, sim-01, sim-02]
steps: steps:
- name: Download Source Artifact - name: Download Source Artifact
uses: actions/download-artifact@v1 uses: actions/download-artifact@v3
with: with:
name: source-bundle name: source-bundle
path: . path: .