File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 matrix :
4141 platform : [win-x64, lin-x64]
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 with :
4545 submodules : recursive
46- - uses : actions/cache@v3
46+ - uses : actions/cache@v4
4747 id : plugin-version-cache
4848 with :
4949 path : plugin.json
5454 pushd ${{ env.rack-plugin-toolchain-dir }}
5555 make plugin-build-${{ matrix.platform }}
5656 - name : Upload artifact
57- uses : actions/upload-artifact@v3
57+ uses : actions/upload-artifact@v4
5858 with :
5959 path : ${{ env.rack-plugin-toolchain-dir }}/plugin-build
6060 name : ${{ matrix.platform }}
6868 matrix :
6969 platform : [x64, arm64]
7070 steps :
71- - uses : actions/checkout@v3
71+ - uses : actions/checkout@v4
7272 with :
7373 submodules : recursive
7474 - uses : actions/cache@v4
7979 - name : Get Rack-SDK
8080 run : |
8181 pushd $HOME
82- wget -O Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-${{ matrix.platform }} .zip
82+ wget -O Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-mac-x64+arm64 .zip
8383 unzip Rack-SDK.zip
8484 - name : Build plugin
8585 run : |
You can’t perform that action at this time.
0 commit comments