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 10
10
- uses : actions/checkout@v5
11
11
12
12
- name : Download test results
13
- uses : actions/download-artifact@v4
13
+ uses : actions/download-artifact@v5
14
14
with :
15
15
pattern : testresults-*
16
16
Original file line number Diff line number Diff line change 64
64
name : azure-artifacts
65
65
steps :
66
66
- name : Download package
67
- uses : actions/download-artifact@v4
67
+ uses : actions/download-artifact@v5
68
68
with :
69
69
name : nuget-packages
70
70
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ jobs:
58
58
dotnet-version : ${{ env.DEFAULT_DOTNET_VERSION }}
59
59
60
60
- name : Download Package List
61
- uses : actions/download-artifact@v4
61
+ uses : actions/download-artifact@v5
62
62
with :
63
63
name : nuget-packages
64
64
path : ${{ github.workspace }}/packages
65
65
66
66
- name : Download NuGet package list
67
- uses : actions/download-artifact@v4
67
+ uses : actions/download-artifact@v5
68
68
with :
69
69
name : nuget-list
70
70
path : ${{ github.workspace }}
@@ -104,7 +104,7 @@ jobs:
104
104
name : nuget-beta
105
105
steps :
106
106
- name : Download package
107
- uses : actions/download-artifact@v4
107
+ uses : actions/download-artifact@v5
108
108
with :
109
109
name : signed-nuget-packages
110
110
@@ -118,7 +118,7 @@ jobs:
118
118
name : azure-artifacts
119
119
steps :
120
120
- name : Download package
121
- uses : actions/download-artifact@v4
121
+ uses : actions/download-artifact@v5
122
122
with :
123
123
name : signed-nuget-packages
124
124
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
57
57
dotnet-version : ${{ env.DEFAULT_DOTNET_VERSION }}
58
58
59
59
- name : Download Package List
60
- uses : actions/download-artifact@v4
60
+ uses : actions/download-artifact@v5
61
61
with :
62
62
name : nuget-packages
63
63
path : ${{ github.workspace }}/packages
64
64
65
65
- name : Download NuGet package list
66
- uses : actions/download-artifact@v4
66
+ uses : actions/download-artifact@v5
67
67
with :
68
68
name : nuget-list
69
69
path : ${{ github.workspace }}
@@ -103,7 +103,7 @@ jobs:
103
103
name : release
104
104
steps :
105
105
- name : Download package
106
- uses : actions/download-artifact@v4
106
+ uses : actions/download-artifact@v5
107
107
with :
108
108
name : signed-nuget-packages
109
109
@@ -120,7 +120,7 @@ jobs:
120
120
name : nuget-stable
121
121
steps :
122
122
- name : Download package
123
- uses : actions/download-artifact@v4
123
+ uses : actions/download-artifact@v5
124
124
with :
125
125
name : signed-nuget-packages
126
126
You can’t perform that action at this time.
0 commit comments