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 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