diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36139e9..9356f60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip wasp_in_a_box.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.6.2 + uses: softprops/action-gh-release@v3.0.0 with: files: ${{ github.workspace }}/custom_components/wasp_in_a_box/wasp_in_a_box.zip