@@ -11,11 +11,11 @@ jobs:
1111 NUGET_CERT_REVOCATION_MODE : offline
1212 steps :
1313 - name : Clone repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 submodules : true
1717 - name : Setup .NET SDK
18- uses : actions/setup-dotnet@v4
18+ uses : actions/setup-dotnet@v5
1919 with :
2020 global-json-file : global.json
2121 - name : Cache NuGet packages
3636 - name : Unit Tests
3737 run : dotnet test "${{ github.workspace }}\projects\Test\Unit\Unit.csproj" --no-restore --no-build --logger 'console;verbosity=detailed'
3838 - name : Upload Build (Debug)
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 with :
4141 name : rabbitmq-dotnet-client-build-win32
4242 path : |
@@ -52,11 +52,11 @@ jobs:
5252 NUGET_CERT_REVOCATION_MODE : offline
5353 steps :
5454 - name : Clone repository
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 submodules : true
5858 - name : Setup .NET SDK
59- uses : actions/setup-dotnet@v4
59+ uses : actions/setup-dotnet@v5
6060 with :
6161 global-json-file : global.json
6262 - name : Cache installers
6767 path : ~/installers
6868 key : ${{ runner.os }}-v0-${{ hashFiles('.ci/windows/versions.json') }}
6969 - name : Download Build (Debug)
70- uses : actions/download-artifact@v4
70+ uses : actions/download-artifact@v6
7171 with :
7272 name : rabbitmq-dotnet-client-build-win32
7373 path : projects
9090 run : ${{ github.workspace }}\.ci\windows\gha-log-check.ps1
9191 - name : Maybe upload RabbitMQ and Toxiproxy logs
9292 if : failure()
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v5
9494 with :
9595 name : rabbitmq-logs-integration-win32
9696 path : ~/AppData/Roaming/RabbitMQ/log/
@@ -102,11 +102,11 @@ jobs:
102102 NUGET_CERT_REVOCATION_MODE : offline
103103 steps :
104104 - name : Clone repository
105- uses : actions/checkout@v4
105+ uses : actions/checkout@v5
106106 with :
107107 submodules : true
108108 - name : Setup .NET SDK
109- uses : actions/setup-dotnet@v4
109+ uses : actions/setup-dotnet@v5
110110 with :
111111 global-json-file : global.json
112112 - name : Cache installers
@@ -117,7 +117,7 @@ jobs:
117117 path : ~/installers
118118 key : ${{ runner.os }}-v0-${{ hashFiles('.ci/windows/versions.json') }}
119119 - name : Download Build (Debug)
120- uses : actions/download-artifact@v4
120+ uses : actions/download-artifact@v6
121121 with :
122122 name : rabbitmq-dotnet-client-build-win32
123123 path : projects
@@ -134,7 +134,7 @@ jobs:
134134 " ${{ github.workspace }}\p rojects\T est\S equentialIntegration\S equentialIntegration.csproj" --no-restore --no-build --logger 'console;verbosity=detailed'
135135 - name : Maybe upload RabbitMQ logs
136136 if : failure()
137- uses : actions/upload-artifact@v4
137+ uses : actions/upload-artifact@v5
138138 with :
139139 name : rabbitmq-logs-sequential-integration-win32
140140 path : ~/AppData/Roaming/RabbitMQ/log/
@@ -143,11 +143,11 @@ jobs:
143143 runs-on : ubuntu-latest
144144 steps :
145145 - name : Clone repository
146- uses : actions/checkout@v4
146+ uses : actions/checkout@v5
147147 with :
148148 submodules : true
149149 - name : Setup .NET SDK
150- uses : actions/setup-dotnet@v4
150+ uses : actions/setup-dotnet@v5
151151 with :
152152 global-json-file : global.json
153153 - name : Cache NuGet packages
@@ -168,7 +168,7 @@ jobs:
168168 - name : Unit Tests
169169 run : dotnet test "${{ github.workspace }}/projects/Test/Unit/Unit.csproj" --no-restore --no-build --logger 'console;verbosity=detailed'
170170 - name : Upload Build (Debug)
171- uses : actions/upload-artifact@v4
171+ uses : actions/upload-artifact@v5
172172 with :
173173 name : rabbitmq-dotnet-client-build-ubuntu
174174 path : |
@@ -181,15 +181,15 @@ jobs:
181181 runs-on : ubuntu-latest
182182 steps :
183183 - name : Clone repository
184- uses : actions/checkout@v4
184+ uses : actions/checkout@v5
185185 with :
186186 submodules : true
187187 - name : Setup .NET SDK
188- uses : actions/setup-dotnet@v4
188+ uses : actions/setup-dotnet@v5
189189 with :
190190 global-json-file : global.json
191191 - name : Download Build (Debug)
192- uses : actions/download-artifact@v4
192+ uses : actions/download-artifact@v6
193193 with :
194194 name : rabbitmq-dotnet-client-build-ubuntu
195195 path : projects
@@ -213,7 +213,7 @@ jobs:
213213 run : docker logs rabbitmq-dotnet-client-toxiproxy > ${{ github.workspace }}/.ci/ubuntu/log/toxiproxy.log
214214 - name : Maybe upload RabbitMQ logs
215215 if : failure()
216- uses : actions/upload-artifact@v4
216+ uses : actions/upload-artifact@v5
217217 with :
218218 name : rabbitmq-logs-integration-ubuntu
219219 path : ${{ github.workspace }}/.ci/ubuntu/log/
@@ -222,15 +222,15 @@ jobs:
222222 runs-on : ubuntu-latest
223223 steps :
224224 - name : Clone repository
225- uses : actions/checkout@v4
225+ uses : actions/checkout@v5
226226 with :
227227 submodules : true
228228 - name : Setup .NET SDK
229- uses : actions/setup-dotnet@v4
229+ uses : actions/setup-dotnet@v5
230230 with :
231231 global-json-file : global.json
232232 - name : Download Build (Debug)
233- uses : actions/download-artifact@v4
233+ uses : actions/download-artifact@v6
234234 with :
235235 name : rabbitmq-dotnet-client-build-ubuntu
236236 path : projects
@@ -248,7 +248,7 @@ jobs:
248248 "${{ github.workspace }}/projects/Test/SequentialIntegration/SequentialIntegration.csproj" --no-restore --no-build --logger 'console;verbosity=detailed'
249249 - name : Maybe upload RabbitMQ logs
250250 if : failure()
251- uses : actions/upload-artifact@v4
251+ uses : actions/upload-artifact@v5
252252 with :
253253 name : rabbitmq-logs-sequential-integration-ubuntu
254254 path : ${{ github.workspace }}/.ci/ubuntu/log/
0 commit comments