diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a797232..275518ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,6 @@ jobs: zip adaptive_cover.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.4.2 with: files: ${{ github.workspace }}/custom_components/adaptive_cover/adaptive_cover.zip