From d1c2558bb0f6ec534105536efb61c6831935ff85 Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:01:02 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}