update actions/download-artifact action

This commit is contained in:
Edoardo Lolletti 2026-08-17 16:58:06 +02:00
parent 3c46737b2f
commit 66ede9b2db

View file

@ -600,7 +600,7 @@ jobs:
chmod +x lipo
- name: Download osx artifacts
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
- name: Merge binaries
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
shell: bash