From 80d5a1c8eb2a14a0c9a78d9e49bf7ca6dcbfdb9f Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Tue, 4 Feb 2025 11:41:42 -0800 Subject: [PATCH 1/2] Update branding to 8.0.14 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 2ff30547e98..d0998908f13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,6 +1,6 @@ - 8.0.13 + 8.0.14 servicing From d8eb3bdb08bad13389c5411843c2be84bf9aedbd Mon Sep 17 00:00:00 2001 From: Andriy Svyryd Date: Tue, 4 Feb 2025 13:50:21 -0800 Subject: [PATCH 2/2] Update Cosmos Test GitHub Actions --- .github/workflows/TestCosmos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TestCosmos.yaml b/.github/workflows/TestCosmos.yaml index 52b8aeb3cbd..735b4ca4cfc 100644 --- a/.github/workflows/TestCosmos.yaml +++ b/.github/workflows/TestCosmos.yaml @@ -20,7 +20,7 @@ jobs: Start-CosmosDbEmulator -Timeout 360 - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Restore run: restore.cmd @@ -35,7 +35,7 @@ jobs: shell: cmd - name: Publish Test Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: test-results