File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 apt update
4848 apt install -y sudo cmake curl tree
4949
50- - uses : actions/checkout@v3
50+ - uses : actions/checkout@v4
5151 with :
5252 submodules : true
5353
8181 echo "VST2_SDK_DIR=$(pwd)/vstsdk2.4" >> $GITHUB_ENV
8282
8383 - name : Import Certificates
84- uses : apple-actions/import-codesign-certs@v1
84+ uses : apple-actions/import-codesign-certs@v3
8585 if : ${{ matrix.name == 'macOS' }}
8686 with :
8787 p12-file-base64 : ${{ secrets.DEV_CERT_APP }}
@@ -163,7 +163,7 @@ jobs:
163163 run : 7z a -aoa -tzip ${{ env.ZIP_FILE_NAME }} ${{ matrix.app }}
164164
165165 - name : Upload zip files
166- uses : actions/upload-artifact@v3
166+ uses : actions/upload-artifact@v4
167167 with :
168168 name : ${{ env.ZIP_FILE_NAME }}
169169 path : ${{ env.APP_DIR }}/${{ env.ZIP_FILE_NAME }}
You can’t perform that action at this time.
0 commit comments