Skip to content

Commit

Permalink
upgrade actions/download-artifact in Publish Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Dempsey committed Feb 17, 2024
1 parent 3d27bf0 commit 4cd9c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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 4cd9c38

Please sign in to comment.