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] <support@github.com>
This commit is contained in:
parent
85962aab14
commit
23f35ea1b3
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
- name: Tar sources
|
- name: Tar sources
|
||||||
run: tar zcf sources.tar.gz sources
|
run: tar zcf sources.tar.gz sources
|
||||||
- name: Archive Source Bundle
|
- name: Archive Source Bundle
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: source-bundle
|
name: source-bundle
|
||||||
path: sources.tar.gz
|
path: sources.tar.gz
|
||||||
@ -148,7 +148,7 @@ jobs:
|
|||||||
cd sources/nuttx/tools/ci
|
cd sources/nuttx/tools/ci
|
||||||
./cibuild.sh -A -c testlist/${{matrix.boards}}.dat
|
./cibuild.sh -A -c testlist/${{matrix.boards}}.dat
|
||||||
ccache -s
|
ccache -s
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: linux-builds
|
name: linux-builds
|
||||||
path: buildartifacts/
|
path: buildartifacts/
|
||||||
@ -190,7 +190,7 @@ jobs:
|
|||||||
cd sources/nuttx/tools/ci
|
cd sources/nuttx/tools/ci
|
||||||
./cibuild.sh -i -A -c testlist/${{matrix.boards}}.dat
|
./cibuild.sh -i -A -c testlist/${{matrix.boards}}.dat
|
||||||
ccache -s
|
ccache -s
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: macos-builds
|
name: macos-builds
|
||||||
path: buildartifacts/
|
path: buildartifacts/
|
||||||
|
Loading…
Reference in New Issue
Block a user