Skip to content

Commit

Permalink
Update build-plugin.yml to upload 4
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul authored Feb 2, 2025
1 parent 1f2d7ba commit 4cd657d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
pushd ${{ env.rack-plugin-toolchain-dir }}
make plugin-build-${{ matrix.platform }}-x64
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.rack-plugin-toolchain-dir }}/plugin-build
name: ${{ matrix.platform }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
make -j 4 dist
echo "Plugin architecture '$(lipo -archs plugin.dylib)'"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: dist
name: mac-${{ matrix.platform }}
Expand Down

0 comments on commit 4cd657d

Please sign in to comment.