diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5106395..e1791b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip limodor_airodor.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.3 with: files: ${{ github.workspace }}/custom_components/limodor_airodor/limodor_airodor.zip \ No newline at end of file