diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96d5c9d..84a9327 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,6 @@ jobs: zip google_fit.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.1.0 with: files: ${{ github.workspace }}/custom_components/google_fit/google_fit.zip