Skip to content

Commit 0eba082

Browse files
committed
Upgrade download-artifact action to v8
Fix deprecated warning when building with documentation
1 parent 8e437b5 commit 0eba082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-desktop-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
rm ./build/mac/material_maker.zip
174174
- name: Get documentation 🚀
175175
if: ${{ github.event.inputs.gen_doc == 'true' }}
176-
uses: actions/download-artifact@v4
176+
uses: actions/download-artifact@v8
177177
with:
178178
name: documentation
179179
path: doc

0 commit comments

Comments
 (0)