Skip to content

Commit

Permalink
Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Jun 28, 2024
1 parent 0a23d02 commit eb44ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: msbuild .\StompboxUI.sln /t:StompboxPlugin /p:Configuration=Release

- name: Create Plugin Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: StompboxVST3Plugin
path: ${{github.workspace}}\StompboxPlugin\bin\Release\net8.0-windows
Expand All @@ -45,7 +45,7 @@ jobs:
run: msbuild .\StompboxUI.sln /t:StompboxRemote /p:Configuration=Release

- name: Create Windows Remote Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: StompboxRemote
path: ${{github.workspace}}\StompboxRemote\bin\Release\net8.0-windows
Expand Down

0 comments on commit eb44ce5

Please sign in to comment.