Skip to content

Commit

Permalink
Updated CI to download-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Aug 18, 2024
1 parent 2d6acbe commit c2ac2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-desktop-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: sips -s format icns "./build/mac/Material Maker.app/Contents/Resources/icon.icns" --out "./build/mac/Material Maker.app/Contents/Resources/icon.icns"
- name: Get documentation 🚀
if: ${{ github.event.inputs.gen_doc == 'true' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: documentation
path: doc
Expand Down

0 comments on commit c2ac2bb

Please sign in to comment.