diff options
| author | dependabot[bot] | 2025-08-06 22:15:03 +0200 |
|---|---|---|
| committer | GitHub | 2025-08-06 22:15:03 +0200 |
| commit | 1a58fce043e7f2e2b938dee03945dabc29e48d73 (patch) | |
| tree | 01dc46749695c3939b91b7e45523fa994c4b980f /.github/workflows/ci_build_major_branch.yml | |
| parent | ae07dee941adb231981ab5fe62dfc39acea069e7 (diff) | |
Bump actions/download-artifact from 4 to 5 (#25545)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci_build_major_branch.yml')
| -rw-r--r-- | .github/workflows/ci_build_major_branch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml index ddc7cb10d1..403ad8b3ef 100644 --- a/.github/workflows/ci_build_major_branch.yml +++ b/.github/workflows/ci_build_major_branch.yml @@ -88,7 +88,7 @@ jobs: fetch-depth: 0 - name: Download firmwares - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: firmware-* path: . |