From 44075893a768e057dbb1f60b5a60849c22c7f9b0 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Thu, 24 Feb 2022 23:36:39 +0100 Subject: [PATCH] build.yml: Use v2 of the download-artifact action. Signed-off-by: Abdelatif Guettouche --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c13a5caff..f825781bd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: .