mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
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] <support@github.com>
This commit is contained in:
committed by
Xiang Xiao
parent
817a063b9b
commit
6e7a498787
@@ -155,7 +155,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Download Source Artifact
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: source-bundle
|
||||
path: .
|
||||
@@ -209,7 +209,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: .
|
||||
@@ -268,7 +268,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: .
|
||||
@@ -363,7 +363,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: .
|
||||
@@ -417,7 +417,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: .
|
||||
|
||||
Reference in New Issue
Block a user