Skip to content

Commit 040757c

Browse files
Update branding to 8.0.14 (#35583)
* Update branding to 8.0.14 * Update Cosmos Test GitHub Actions --------- Co-authored-by: Andriy Svyryd <[email protected]>
1 parent f8051b1 commit 040757c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/TestCosmos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
Start-CosmosDbEmulator -Timeout 360
2121
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Restore
2626
run: restore.cmd
@@ -35,7 +35,7 @@ jobs:
3535
shell: cmd
3636

3737
- name: Publish Test Results
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
if: always()
4040
with:
4141
name: test-results

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Label="Version settings">
3-
<VersionPrefix>8.0.13</VersionPrefix>
3+
<VersionPrefix>8.0.14</VersionPrefix>
44
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
55
<PreReleaseVersionIteration>
66
</PreReleaseVersionIteration>

0 commit comments

Comments
 (0)