Skip to content

Commit

Permalink
Update branding to 8.0.14 (#35583)
Browse files Browse the repository at this point in the history
* Update branding to 8.0.14

* Update Cosmos Test GitHub Actions

---------

Co-authored-by: Andriy Svyryd <[email protected]>
  • Loading branch information
vseanreesermsft and AndriySvyryd authored Feb 4, 2025
1 parent f8051b1 commit 040757c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestCosmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
Start-CosmosDbEmulator -Timeout 360
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Restore
run: restore.cmd
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup Label="Version settings">
<VersionPrefix>8.0.13</VersionPrefix>
<VersionPrefix>8.0.14</VersionPrefix>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<PreReleaseVersionIteration>
</PreReleaseVersionIteration>
Expand Down

0 comments on commit 040757c

Please sign in to comment.