File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 run : dotnet run --project ${{ env.PathToCommunityToolkitSourceGeneratorsBenchmarksCsproj }} -c Release -- -a "${{ runner.temp }}"
5757
5858 - name : Publish Benchmarks
59- uses : actions/upload-artifact@v5
59+ uses : actions/upload-artifact@v6
6060 with :
6161 name : Benchmarks
6262 path : |
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254254 shell : pwsh
255255
256256 - name : Upload Package List
257- uses : actions/upload-artifact@v5
257+ uses : actions/upload-artifact@v6
258258 if : ${{ runner.os == 'Windows' }}
259259 with :
260260 name : nuget-list
@@ -264,7 +264,7 @@ jobs:
264264
265265 - name : Publish Packages
266266 if : ${{ runner.os == 'Windows' }}
267- uses : actions/upload-artifact@v5
267+ uses : actions/upload-artifact@v6
268268 with :
269269 name : packages
270270 path : ${{ github.workspace }}/nuget/
@@ -336,7 +336,7 @@ jobs:
336336 --verbosity Information
337337
338338 - name : Publish Packages
339- uses : actions/upload-artifact@v5
339+ uses : actions/upload-artifact@v6
340340 with :
341341 name : signed-packages
342342 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments