mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
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 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 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
Matteo Golin
parent
6675dfa02c
commit
2e4b943aa7
@@ -116,7 +116,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@v6
|
uses: actions/upload-artifact@v7.0.0
|
||||||
with:
|
with:
|
||||||
name: source-bundle
|
name: source-bundle
|
||||||
path: sources.tar.gz
|
path: sources.tar.gz
|
||||||
@@ -238,7 +238,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
run: df -h
|
run: df -h
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v6
|
- uses: actions/upload-artifact@v7.0.0
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: linux-${{matrix.boards}}-builds
|
name: linux-${{matrix.boards}}-builds
|
||||||
@@ -283,7 +283,7 @@ jobs:
|
|||||||
cd sources/nuttx
|
cd sources/nuttx
|
||||||
./tools/ci/cibuild-oot.sh
|
./tools/ci/cibuild-oot.sh
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v6
|
- uses: actions/upload-artifact@v7.0.0
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: oot-build-artifacts
|
name: oot-build-artifacts
|
||||||
@@ -344,7 +344,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@v6
|
- uses: actions/upload-artifact@v7.0.0
|
||||||
with:
|
with:
|
||||||
name: macos-${{matrix.boards}}-builds
|
name: macos-${{matrix.boards}}-builds
|
||||||
path: buildartifacts/
|
path: buildartifacts/
|
||||||
@@ -427,7 +427,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@v6
|
- uses: actions/upload-artifact@v7.0.0
|
||||||
with:
|
with:
|
||||||
name: msys2-${{matrix.boards}}-builds
|
name: msys2-${{matrix.boards}}-builds
|
||||||
path: buildartifacts/
|
path: buildartifacts/
|
||||||
@@ -479,7 +479,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@v6
|
- uses: actions/upload-artifact@v7.0.0
|
||||||
with:
|
with:
|
||||||
name: msvc-builds
|
name: msvc-builds
|
||||||
path: ./sources/buildartifacts/
|
path: ./sources/buildartifacts/
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
pipenv install
|
pipenv install
|
||||||
pipenv run make html
|
pipenv run make html
|
||||||
- uses: actions/upload-artifact@v6
|
- uses: actions/upload-artifact@v7.0.0
|
||||||
with:
|
with:
|
||||||
name: sphinx-docs
|
name: sphinx-docs
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ jobs:
|
|||||||
|
|
||||||
# Upload the PR Artifact as pr.zip
|
# Upload the PR Artifact as pr.zip
|
||||||
- name: Upload PR artifact
|
- name: Upload PR artifact
|
||||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: pr
|
name: pr
|
||||||
path: pr/
|
path: pr/
|
||||||
|
|||||||
Reference in New Issue
Block a user