You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/06/21 17:12:28 UTC

[incubator-nuttx-apps] branch master updated: build(deps): bump actions/upload-artifact from 1 to 3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 23f35ea1b build(deps): bump actions/upload-artifact from 1 to 3
23f35ea1b is described below

commit 23f35ea1b373eabdb87295f40f7016704858e55c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 21 13:44:26 2022 +0000

    build(deps): bump actions/upload-artifact from 1 to 3
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bff899e27..da2c14eb9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -101,7 +101,7 @@ jobs:
       - name: Tar sources
         run: tar zcf sources.tar.gz sources
       - name: Archive Source Bundle
-        uses: actions/upload-artifact@v1
+        uses: actions/upload-artifact@v3
         with:
           name: source-bundle
           path: sources.tar.gz
@@ -148,7 +148,7 @@ jobs:
             cd sources/nuttx/tools/ci
             ./cibuild.sh -A -c testlist/${{matrix.boards}}.dat
             ccache -s
-      - uses: actions/upload-artifact@v2
+      - uses: actions/upload-artifact@v3
         with:
           name: linux-builds
           path: buildartifacts/
@@ -190,7 +190,7 @@ jobs:
           cd sources/nuttx/tools/ci
           ./cibuild.sh -i -A -c testlist/${{matrix.boards}}.dat
           ccache -s
-      - uses: actions/upload-artifact@v2
+      - uses: actions/upload-artifact@v3
         with:
           name: macos-builds
           path: buildartifacts/