We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8051b1 commit 040757cCopy full SHA for 040757c
.github/workflows/TestCosmos.yaml
@@ -20,7 +20,7 @@ jobs:
20
Start-CosmosDbEmulator -Timeout 360
21
22
- name: Checkout
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
24
25
- name: Restore
26
run: restore.cmd
@@ -35,7 +35,7 @@ jobs:
35
shell: cmd
36
37
- name: Publish Test Results
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
if: always()
40
with:
41
name: test-results
eng/Versions.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup Label="Version settings">
3
- <VersionPrefix>8.0.13</VersionPrefix>
+ <VersionPrefix>8.0.14</VersionPrefix>
4
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
5
<PreReleaseVersionIteration>
6
</PreReleaseVersionIteration>
0 commit comments