Skip to content

Commit 7c20f7b

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4126cf9 commit 7c20f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
DOC_TAG=${DOC_TAG} EDGEHOG_DEVICE_BASE="$PWD" make -C doc doxygen
107107
108108
- name: Upload HTML documentation
109-
uses: actions/upload-artifact@v4
109+
uses: actions/upload-artifact@v5
110110
with:
111111
name: docs_html
112112
path: edgehog-zephyr/doc/_build/doxygen/html-device

0 commit comments

Comments
 (0)