diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cb2039dd2..6d7c59dba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,6 +30,6 @@ jobs: zip battery_notes.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 with: files: ${{ github.workspace }}/custom_components/battery_notes/battery_notes.zip