Skip to content

Commit bf9475a

Browse files
Merge branch 'dev' into dev-v9
2 parents bb58ea6 + 674a2be commit bf9475a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,20 +97,20 @@ jobs:
9797
./artifacts/packages/Release/Shipping/*
9898
9999
- name: Publish logs
100-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
100+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
101101
if: ${{ always() }}
102102
with:
103103
name: logs-${{ matrix.os_name }}
104104
path: ./artifacts/log/Release
105105

106106
- name: Publish NuGet packages
107-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
107+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
108108
with:
109109
name: packages-${{ matrix.os_name }}
110110
path: ./artifacts/packages/Release/Shipping
111111

112112
- name: Publish test results
113-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
113+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
114114
if: ${{ always() }}
115115
with:
116116
name: testresults-${{ matrix.os_name }}
@@ -131,6 +131,11 @@ jobs:
131131
with:
132132
dotnet-version: ${{ needs.build.outputs.dotnet-sdk-version }}
133133

134+
- name: Setup .NET 6 SDK
135+
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
136+
with:
137+
dotnet-version: '6.0.x'
138+
134139
- name: Validate NuGet packages
135140
shell: pwsh
136141
run: |

0 commit comments

Comments
 (0)