Skip to content

Commit e220ca8

Browse files
committed
update actions with node warnings to recent version
1 parent 0a5428c commit e220ca8

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
pushd ${{ env.rack-plugin-toolchain-dir }}
5555
make plugin-build-${{ matrix.platform }}
5656
- name: Upload artifact
57-
uses: actions/upload-artifact@v2
57+
uses: actions/upload-artifact@v3
5858
with:
5959
path: ${{ env.rack-plugin-toolchain-dir }}/plugin-build
6060
name: ${{ matrix.platform }}
@@ -83,7 +83,7 @@ jobs:
8383
make -j dep
8484
make -j dist
8585
- name: Upload artifact
86-
uses: actions/upload-artifact@v2
86+
uses: actions/upload-artifact@v3
8787
with:
8888
path: dist
8989
name: mac
@@ -106,17 +106,15 @@ jobs:
106106
exit 1
107107
fi
108108
- name: Create Release
109-
uses: actions/create-release@v1
110-
env:
111-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109+
uses: softprops/action-gh-release@v1
112110
with:
113111
tag_name: ${{ github.ref }}
114-
release_name: Release ${{ github.ref }}
112+
name: Release ${{ github.ref }}
115113
body: |
116114
${{ env.CI_REPOSITORY_NAME }} VCV Rack Plugin ${{ env.CI_REF_NAME }}
117115
draft: false
118116
prerelease: false
119-
- uses: actions/download-artifact@v2
117+
- uses: actions/download-artifact@v3
120118
with:
121119
path: _artifacts
122120
- name: Upload release assets

0 commit comments

Comments
 (0)