build.yml: Use v2 of the download-artifact action.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
d437921f82
commit
44075893a7
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download Source Artifact
|
- name: Download Source Artifact
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: source-bundle
|
name: source-bundle
|
||||||
path: .
|
path: .
|
||||||
@ -172,7 +172,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@v2
|
||||||
with:
|
with:
|
||||||
name: source-bundle
|
name: source-bundle
|
||||||
path: .
|
path: .
|
||||||
|
Loading…
Reference in New Issue
Block a user