diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6683228..843ad56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: cd ${{ github.workspace }}/custom_components/teracom zip teracom_hass.zip -r ./ - name: Upload zip to release - uses: svenstaro/upload-release-action@2.7.0 + uses: svenstaro/upload-release-action@2.9.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }}