Skip to content

Commit 7e0d9fb

Browse files
authored
Merge pull request #1378 from williamchange/upgrade-download-artifact
Upgrade download-artifact action to v8
2 parents ce7f6c2 + 0eba082 commit 7e0d9fb

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)