Skip to content

Commit f4c791f

Browse files
chore(ci): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54db173 commit f4c791f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
run: cd /usr/src/ && ./build.sh || cat /usr/src/log.txt
1313

1414
- name: Archive produced firmware
15-
uses: actions/upload-artifact@v5
15+
uses: actions/upload-artifact@v6
1616
with:
1717
path: /usr/src/out/open_source/open_source.bin

0 commit comments

Comments
 (0)