diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f36e279..07a8184 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: cd custom_components/webastoconnect zip webastoconnect.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 }} file: ./custom_components/webastoconnect/webastoconnect.zip