Skip to content

Commit dbe56ac

Browse files
Merge pull request #217 from dynamsoft-docs/preview
Preview
2 parents 012ffc1 + be4cf9f commit dbe56ac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/called-workflow-build-sync-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: tar -czvf ${{ inputs.doc-repo }}.tar.gz -C ${{ runner.temp }}/DocHome/_site .
3838

3939
- name: Upload the built site as a single artifact
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: ${{ inputs.doc-repo }}
4343
path: ${{ inputs.doc-repo }}.tar.gz
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
# Runs a set of commands using the runners shell
5454
- name: Download the artifact
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v6
5656
with:
5757
name: ${{ inputs.doc-repo }}
5858

assets/js/docsLangLatestVersion.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ var docsLangLatestVersion = {
66
java: "11.2.1100",
77
python: "11.2.1000",
88
dotnet: "11.2.1000",
9-
android: "11.2.1000",
10-
ios: "11.2.1000",
9+
android: "11.2.3000",
10+
ios: "11.2.3000",
1111
javascript: "11.2.2000",
1212
maui: "11.0.5200",
1313
flutter: "11.0.5200",
@@ -18,9 +18,9 @@ var docsLangLatestVersion = {
1818
dcv:{
1919
core: "3.2.1100",
2020
cplusplus: "3.2.1000",
21-
android: "3.2.1000",
21+
android: "3.2.3000",
2222
dotnet: "3.2.1000",
23-
ios: "3.2.1000",
23+
ios: "3.2.3000",
2424
javascript: "3.2.2000",
2525
xamarin: "1.0.5",
2626
flutter: "1.3.0",
@@ -32,8 +32,8 @@ var docsLangLatestVersion = {
3232
java: "3.2.1100"
3333
},
3434
mrz: {
35-
android: "3.2.1000",
36-
ios: "3.2.1000",
35+
android: "3.2.3000",
36+
ios: "3.2.3000",
3737
maui: "3.0.5200",
3838
javascript: "3.0.0"
3939
},

0 commit comments

Comments
 (0)