diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa4e6cc..98c3964 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip deltadore_tydom.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.2.0 with: files: ${{ github.workspace }}/custom_components/deltadore_tydom/deltadore_tydom.zip