diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7d1448..adc87cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,6 @@ jobs: zip chore-helper.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.4.1 with: files: ${{ github.workspace }}/custom_components/chore_helper/chore-helper.zip