Skip to content

Commit 39a5d12

Browse files
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](actions/download-artifact@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>
1 parent 5887dc1 commit 39a5d12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
git add ./docs/static/firmware_build_beta/manifest_light.json;
355355
git commit -m "CI release for firmware web installer";
356356
git push;
357-
- uses: actions/download-artifact@v5
357+
- uses: actions/download-artifact@v6
358358
with:
359359
path: ci_artifacts
360360
- name: Display structure of downloaded files

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ jobs:
424424
git add ./docs/static/firmware_build/manifest_light.json;
425425
git commit -m "CI release for firmware web installer";
426426
git push;
427-
- uses: actions/download-artifact@v5
427+
- uses: actions/download-artifact@v6
428428
with:
429429
path: ci_artifacts
430430
- name: Display structure of downloaded files

0 commit comments

Comments
 (0)