File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments