diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df523b9..2b999cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip anker_solix.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.9 + uses: softprops/action-gh-release@v2.1.0 with: files: ${{ github.workspace }}/custom_components/anker_solix/anker_solix.zip