diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfa3760..019381a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,6 @@ jobs: zip aquanta.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.0.8 with: files: ${{ github.workspace }}/custom_components/aquanta/aquanta.zip