Skip to content

Commit 07cca17

Browse files
authored
Merge pull request #115 from edgehog-device-manager/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 4126cf9 + b99ebe7 commit 07cca17

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@v6
110110
with:
111111
name: docs_html
112112
path: edgehog-zephyr/doc/_build/doxygen/html-device

0 commit comments

Comments
 (0)