diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e4c9be..b112ec7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: tar -tzf "$package_dir.tar.gz" | head -80 - name: Publish GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: tinyml-${{ github.ref_name }}-linux-x86_64.tar.gz generate_release_notes: true