diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e0fd336..d190ec5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,6 +30,6 @@ jobs: zip custom_component_cloudwatch.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v3.0.0 with: files: ${{ github.workspace }}/custom_components/amazon_cloudwatch/custom_component_cloudwatch.zip \ No newline at end of file