Skip to content

Commit f463dff

Browse files
committed
CI: Updated some deprecated actions
1 parent 34edca7 commit f463dff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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

@@ -81,7 +81,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)