mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
build(deps): bump actions/upload-artifact from 5 to 6
Build Documentation / build-html (push) Has been cancelled
Build Documentation / build-html (push) Has been cancelled
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
simbit18
parent
875cc746f1
commit
e83cde2f64
@@ -117,7 +117,7 @@ jobs:
|
|||||||
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@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: source-bundle
|
name: source-bundle
|
||||||
path: sources.tar.gz
|
path: sources.tar.gz
|
||||||
@@ -208,7 +208,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
run: df -h
|
run: df -h
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v6
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: linux-${{matrix.boards}}-builds
|
name: linux-${{matrix.boards}}-builds
|
||||||
@@ -253,7 +253,7 @@ jobs:
|
|||||||
cd sources/nuttx
|
cd sources/nuttx
|
||||||
./tools/ci/cibuild-oot.sh
|
./tools/ci/cibuild-oot.sh
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v6
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: oot-build-artifacts
|
name: oot-build-artifacts
|
||||||
@@ -314,7 +314,7 @@ jobs:
|
|||||||
cd sources/nuttx/tools/ci
|
cd sources/nuttx/tools/ci
|
||||||
./cibuild.sh -i -c -A -R testlist/${{matrix.boards}}.dat
|
./cibuild.sh -i -c -A -R testlist/${{matrix.boards}}.dat
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: macos-${{matrix.boards}}-builds
|
name: macos-${{matrix.boards}}-builds
|
||||||
path: buildartifacts/
|
path: buildartifacts/
|
||||||
@@ -397,7 +397,7 @@ jobs:
|
|||||||
cd sources/nuttx/tools/ci
|
cd sources/nuttx/tools/ci
|
||||||
./cibuild.sh -g -i -A -C -N -R testlist/${{matrix.boards}}.dat
|
./cibuild.sh -g -i -A -C -N -R testlist/${{matrix.boards}}.dat
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: msys2-${{matrix.boards}}-builds
|
name: msys2-${{matrix.boards}}-builds
|
||||||
path: buildartifacts/
|
path: buildartifacts/
|
||||||
@@ -449,7 +449,7 @@ jobs:
|
|||||||
cd sources\nuttx\tools\ci
|
cd sources\nuttx\tools\ci
|
||||||
.\cibuild.ps1 -n -i -A -C -N testlist\windows.dat
|
.\cibuild.ps1 -n -i -A -C -N testlist\windows.dat
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: msvc-builds
|
name: msvc-builds
|
||||||
path: ./sources/buildartifacts/
|
path: ./sources/buildartifacts/
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
pipenv install
|
pipenv install
|
||||||
pipenv run make html
|
pipenv run make html
|
||||||
- uses: actions/upload-artifact@v5
|
- uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: sphinx-docs
|
name: sphinx-docs
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user