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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new c487d669c build(deps): bump actions/download-artifact from 6 to 7
c487d669c is described below
commit c487d669cf95ad5af30cfe4500bc683b0ebddc24
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 22:10:25 2025 +0000
build(deps): bump actions/download-artifact from 6 to 7
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 35cff3162..b03880b36 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -154,7 +154,7 @@ jobs:
run: df -h
- name: Download Source Artifact
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
name: source-bundle
path: .
@@ -212,7 +212,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Download Source Artifact
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
name: source-bundle
path: .
@@ -271,7 +271,7 @@ jobs:
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
steps:
- name: Download Source Artifact
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
name: source-bundle
path: .
@@ -366,7 +366,7 @@ jobs:
- run: git config --global core.autocrlf false
- name: Download Source Artifact
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
name: source-bundle
path: .
@@ -420,7 +420,7 @@ jobs:
- run: git config --global core.autocrlf false
- name: Download Source Artifact
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
with:
name: source-bundle
path: .