diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e1acd09..1337efd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,6 +30,6 @@ jobs: zip meteobridge.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.4 with: files: ${{ github.workspace }}/custom_components/meteobridge/meteobridge.zip