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 099c8ff58 build(deps): bump actions/download-artifact from 5 to 6
099c8ff58 is described below
commit 099c8ff58eb416ebdc0f6a8eaeb23b9be14a05a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 22:30:36 2025 +0000
build(deps): bump actions/download-artifact from 5 to 6
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/download-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 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 76d3b3cf0..664f30a07 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -144,7 +144,7 @@ jobs:
steps:
- name: Download Source Artifact
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
with:
name: source-bundle
path: .
@@ -198,7 +198,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Download Source Artifact
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
with:
name: source-bundle
path: .
@@ -257,7 +257,7 @@ jobs:
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
steps:
- name: Download Source Artifact
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
with:
name: source-bundle
path: .
@@ -352,7 +352,7 @@ jobs:
- run: git config --global core.autocrlf false
- name: Download Source Artifact
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
with:
name: source-bundle
path: .
@@ -406,7 +406,7 @@ jobs:
- run: git config --global core.autocrlf false
- name: Download Source Artifact
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
with:
name: source-bundle
path: .