Skip to content

Commit

Permalink
CI: Updated some deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Jun 6, 2024
1 parent 34edca7 commit f463dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
apt update
apt install -y sudo cmake curl tree
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
echo "VST2_SDK_DIR=$(pwd)/vstsdk2.4" >> $GITHUB_ENV
- name: Import Certificates
uses: apple-actions/import-codesign-certs@v1
uses: apple-actions/import-codesign-certs@v3
if: ${{ matrix.name == 'macOS' }}
with:
p12-file-base64: ${{ secrets.DEV_CERT_APP }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
run: 7z a -aoa -tzip ${{ env.ZIP_FILE_NAME }} ${{ matrix.app }}

- name: Upload zip files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.ZIP_FILE_NAME }}
path: ${{ env.APP_DIR }}/${{ env.ZIP_FILE_NAME }}
Expand Down

0 comments on commit f463dff

Please sign in to comment.