build.yml: Use v2 of the download-artifact action.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2022-02-24 23:36:39 +01:00 committed by Alan Carvalho de Assis
parent d437921f82
commit 44075893a7

View File

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