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:
parent
2f173e9f48
commit
a4c96f5dbc
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download Source Artifact
|
||||
uses: actions/download-artifact@v1
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: source-bundle
|
||||
path: .
|
||||
@ -164,7 +164,7 @@ jobs:
|
||||
boards: [macos, sim-01, sim-02]
|
||||
steps:
|
||||
- name: Download Source Artifact
|
||||
uses: actions/download-artifact@v1
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: source-bundle
|
||||
path: .
|
||||
|
Loading…
Reference in New Issue
Block a user