You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2022/02/25 12:43:48 UTC

[incubator-nuttx] 02/02: build.yml: Use v2 of the download-artifact action.

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 44075893a768e057dbb1f60b5a60849c22c7f9b0
Author: Abdelatif Guettouche <ab...@espressif.com>
AuthorDate: Thu Feb 24 23:36:39 2022 +0100

    build.yml: Use v2 of the download-artifact action.
    
    Signed-off-by: Abdelatif Guettouche <ab...@espressif.com>
---
 .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 2c13a5c..f825781 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: .