This is an automated email from the ASF dual-hosted git repository.
simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new e83cde2f647 build(deps): bump actions/upload-artifact from 5 to 6
e83cde2f647 is described below
commit e83cde2f64751f3bf1065b0c6395af5435e9f9ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 02:02:45 2025 +0000
build(deps): bump actions/upload-artifact from 5 to 6
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] <[email protected]>
---
.github/workflows/build.yml | 12 ++++++------
.github/workflows/doc.yml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0a00f6bb6c2..7620862b612 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -117,7 +117,7 @@ jobs:
run: tar zcf sources.tar.gz sources
- name: Archive Source Bundle
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
with:
name: source-bundle
path: sources.tar.gz
@@ -208,7 +208,7 @@ jobs:
if: always()
run: df -h
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
if: ${{ always() }}
with:
name: linux-${{matrix.boards}}-builds
@@ -253,7 +253,7 @@ jobs:
cd sources/nuttx
./tools/ci/cibuild-oot.sh
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
if: ${{ always() }}
with:
name: oot-build-artifacts
@@ -314,7 +314,7 @@ jobs:
cd sources/nuttx/tools/ci
./cibuild.sh -i -c -A -R testlist/${{matrix.boards}}.dat
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
with:
name: macos-${{matrix.boards}}-builds
path: buildartifacts/
@@ -397,7 +397,7 @@ jobs:
cd sources/nuttx/tools/ci
./cibuild.sh -g -i -A -C -N -R testlist/${{matrix.boards}}.dat
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
with:
name: msys2-${{matrix.boards}}-builds
path: buildartifacts/
@@ -449,7 +449,7 @@ jobs:
cd sources\nuttx\tools\ci
.\cibuild.ps1 -n -i -A -C -N testlist\windows.dat
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
with:
name: msvc-builds
path: ./sources/buildartifacts/
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 846cbb33987..c6d0ee46781 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -45,7 +45,7 @@ jobs:
pip3 install pipenv
pipenv install
pipenv run make html
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
with:
name: sphinx-docs
path: |