Skip to content

Commit

Permalink
Update artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jan 23, 2025
1 parent 1f01eb0 commit f47fb82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
make rack-sdk-${{ matrix.platform }}
make plugin-build-${{ matrix.platform }}
- 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 @@ -102,7 +102,7 @@ jobs:
make dep
make dist
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: dist/*.vcvplugin
name: mac-${{ matrix.platform }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
${{ env.CI_REPOSITORY_NAME }} VCV Rack Plugin ${{ env.CI_REF_NAME }}
draft: false
prerelease: false
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: _artifacts
- name: Upload release assets
Expand Down

0 comments on commit f47fb82

Please sign in to comment.