diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e04d12..1117d33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -133,7 +133,7 @@ jobs: SPK_PACKAGE_VERSION: ${{ github.event.inputs.version }} NODE_ARCH: ${{ matrix.NODE_ARCH }} - - uses: AButler/upload-release-assets@v2.0 + - uses: AButler/upload-release-assets@v3.0 with: files: homebridge-${{ matrix.SPK_PLATFORM }}-${{ github.event.inputs.version }}.spk repo-token: ${{ secrets.GITHUB_TOKEN }}