File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1818 steps :
1919 - name : Download Pull Request Data
20- uses : dawidd6/action-download-artifact@v12
20+ uses : dawidd6/action-download-artifact@v14
2121 with :
2222 name : pr_data
2323 run_id : ${{ github.event.workflow_run.id }}
2424 path : ${{ github.workspace }}/pr
2525 - name : Download Bin Diff Result
26- uses : dawidd6/action-download-artifact@v12
26+ uses : dawidd6/action-download-artifact@v14
2727 with :
2828 name : bin_diff_result
2929 run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 3232 <ItemGroup Label =" Common dependencies" >
3333 <PackageReference Include =" Autodesk.IDSDK" Version =" 1.2.5" />
3434 <PackageReference Include =" Greg" Version =" 3.0.2.8780" />
35- <PackageReference Include =" DynamoVisualProgramming.LibG_231_0_0" Version =" 4.0.0.3915 " GeneratePathProperty =" true" ExcludeAssets =" all" />
35+ <PackageReference Include =" DynamoVisualProgramming.LibG_231_0_0" Version =" 4.0.0.3936 " GeneratePathProperty =" true" ExcludeAssets =" all" />
3636 <PackageReference Include =" DynamoVisualProgramming.LibG_232_0_0" Version =" 4.0.0.3915" Condition =" '$(Configuration)' == 'Release' " GeneratePathProperty =" true" ExcludeAssets =" runtime" />
3737 <PackageReference Include =" DynamoVisualProgramming.LibG_232_0_0_debug" Version =" 4.0.0.3915" Condition =" '$(Configuration)' == 'Debug' " GeneratePathProperty =" true" ExcludeAssets =" runtime" />
3838 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" CopyXML =" true" />
You can’t perform that action at this time.
0 commit comments