diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f70709f..2938468 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: zip vantage.zip -r ./ - name: Upload the ZIP file to the release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: ${{ github.workspace }}/custom_components/vantage/vantage.zip