diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e9cd07..8746ea4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: zip homeassistant-meshtastic.zip -r ./ - name: "Upload the ZIP file to the release" - uses: "softprops/action-gh-release@v2.1.0" + uses: "softprops/action-gh-release@v2.2.1" with: files: ${{ github.workspace }}/custom_components/meshtastic/homeassistant-meshtastic.zip