This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new f22a8d0d4 build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
f22a8d0d4 is described below
commit f22a8d0d4fd44c351b04ade9a7a7f1b14304f028
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 22:47:19 2026 +0000
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v7...v7.0.1)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build.yml | 12 ++++++------
.github/workflows/labeler.yml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f4f33fda9..740d6f81d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
run: tar zcf sources.tar.gz sources
- name: Archive Source Bundle
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
name: source-bundle
path: sources.tar.gz
@@ -207,7 +207,7 @@ jobs:
if: always()
run: df -h
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
if: ${{ always() }}
with:
name: linux-${{matrix.boards}}-builds
@@ -252,7 +252,7 @@ jobs:
cd sources/nuttx
./tools/ci/cibuild-oot.sh
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
if: ${{ always() }}
with:
name: oot-build-artifacts
@@ -313,7 +313,7 @@ jobs:
cd sources/nuttx/tools/ci
./cibuild.sh -i -c -A -R testlist/${{matrix.boards}}.dat
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
name: macos-${{matrix.boards}}-builds
path: buildartifacts/
@@ -396,7 +396,7 @@ jobs:
cd sources/nuttx/tools/ci
./cibuild.sh -g -i -A -C -N -R testlist/${{matrix.boards}}.dat
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
name: msys2-${{matrix.boards}}-builds
path: buildartifacts/
@@ -448,7 +448,7 @@ jobs:
cd sources\nuttx\tools\ci
.\cibuild.ps1 -n -i -A -C -N testlist\windows.dat
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
name: msvc-builds
path: ./sources/buildartifacts/
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index cafc52676..224911be2 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -144,7 +144,7 @@ jobs:
# Upload the PR Artifact as pr.zip
- name: Upload PR artifact
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
# v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
# v7.0.1
with:
name: pr
path: pr/