From 1e68b2e6300d6539e2f684ba95d8efbdee1f1fed Mon Sep 17 00:00:00 2001 From: Deb Taylor Date: Thu, 26 Sep 2024 13:22:52 -0700 Subject: [PATCH 1/2] Update files to indicate new release (#502) Signed-off-by: Taylor, Deb --- conf.py | 2 +- release.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index fa43322..4e1d22c 100755 --- a/conf.py +++ b/conf.py @@ -86,7 +86,7 @@ # |version| and |release|, also used in various other places throughout the # built documents. -version = release = "2.10.0" +version = release = "2.11.0" # # The short X.Y version. diff --git a/release.rst b/release.rst index 8cad490..ee119d7 100755 --- a/release.rst +++ b/release.rst @@ -26,7 +26,7 @@ kernel, and documentation. Download the source code as a zip or tar.gz file: Source and Binary Releases -------------------------- -The latest SOF release is v2.10.0 (July 2024). +The latest SOF release is v2.11.0 (Sept 2024). View new feature information and release downloads for the latest and previous releases on GitHub. Firmware and SDK tool source code and binary From a0e05fafc876f82924e2784a208d4528ae1dde9f Mon Sep 17 00:00:00 2001 From: Deb Taylor Date: Thu, 26 Sep 2024 13:24:04 -0700 Subject: [PATCH 2/2] Update pull-request.yml (#503) Updating download artifact to 4.1.7 is breaking change to the publication workflow. Changing upload artifact to match. --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1f094fd..11b29b3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -74,7 +74,7 @@ jobs: # https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts - name: upload HTML for deploy if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: html path: _build/html