Skip to content

Commit 988aa15

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents f92c108 + 6da2975 commit 988aa15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dynamo_post_bin_diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

src/DynamoCore/DynamoCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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" />

0 commit comments

Comments
 (0)