File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v5
1111
1212 - name : Download test results
13- uses : actions/download-artifact@v5
13+ uses : actions/download-artifact@v6
1414 with :
1515 pattern : testresults-*
1616
Original file line number Diff line number Diff line change 6464 name : azure-artifacts
6565 steps :
6666 - name : Download package
67- uses : actions/download-artifact@v5
67+ uses : actions/download-artifact@v6
6868 with :
6969 name : nuget-packages
7070
Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ jobs:
6262 dotnet-version : ${{ env.DEFAULT_DOTNET_VERSION }}
6363
6464 - name : Download Package List
65- uses : actions/download-artifact@v5
65+ uses : actions/download-artifact@v6
6666 with :
6767 name : nuget-packages
6868 path : ${{ github.workspace }}/packages
6969
7070 - name : Download NuGet package list
71- uses : actions/download-artifact@v5
71+ uses : actions/download-artifact@v6
7272 with :
7373 name : nuget-list
7474 path : ${{ github.workspace }}
@@ -111,7 +111,7 @@ jobs:
111111 if : needs.detect-pr-label.outputs.skip_publish != 'true'
112112 steps :
113113 - name : Download package
114- uses : actions/download-artifact@v5
114+ uses : actions/download-artifact@v6
115115 with :
116116 name : signed-nuget-packages
117117
@@ -127,7 +127,7 @@ jobs:
127127 if : needs.detect-pr-label.outputs.skip_publish != 'true'
128128 steps :
129129 - name : Download package
130- uses : actions/download-artifact@v5
130+ uses : actions/download-artifact@v6
131131 with :
132132 name : signed-nuget-packages
133133
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
5757 dotnet-version : ${{ env.DEFAULT_DOTNET_VERSION }}
5858
5959 - name : Download Package List
60- uses : actions/download-artifact@v5
60+ uses : actions/download-artifact@v6
6161 with :
6262 name : nuget-packages
6363 path : ${{ github.workspace }}/packages
6464
6565 - name : Download NuGet package list
66- uses : actions/download-artifact@v5
66+ uses : actions/download-artifact@v6
6767 with :
6868 name : nuget-list
6969 path : ${{ github.workspace }}
@@ -103,7 +103,7 @@ jobs:
103103 name : release
104104 steps :
105105 - name : Download package
106- uses : actions/download-artifact@v5
106+ uses : actions/download-artifact@v6
107107 with :
108108 name : signed-nuget-packages
109109
@@ -120,7 +120,7 @@ jobs:
120120 name : nuget-stable
121121 steps :
122122 - name : Download package
123- uses : actions/download-artifact@v5
123+ uses : actions/download-artifact@v6
124124 with :
125125 name : signed-nuget-packages
126126
You can’t perform that action at this time.
0 commit comments