File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ jobs:
78
78
79
79
- name : Upload artifacts
80
80
if : matrix.os == 'ubuntu-latest'
81
- uses : actions/upload-artifact@v4.0 .0
81
+ uses : actions/upload-artifact@v4.1 .0
82
82
with :
83
83
name : nupkg
84
84
path : ./artifacts/*.nupkg
85
85
86
86
- name : Upload test results
87
87
if : failure()
88
- uses : actions/upload-artifact@v4.0 .0
88
+ uses : actions/upload-artifact@v4.1 .0
89
89
with :
90
90
name : build-verify-test-results
91
91
path : |
@@ -131,7 +131,7 @@ jobs:
131
131
nuget_auth_token : ${{ secrets.GITHUB_TOKEN }}
132
132
133
133
- name : Download nupkg
134
-
134
+
135
135
with :
136
136
name : nupkg
137
137
path : .nuget
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
- name : Upload test results
181
181
if : failure()
182
- uses : actions/upload-artifact@v4.0 .0
182
+ uses : actions/upload-artifact@v4.1 .0
183
183
with :
184
184
name : integration-verify-test-results
185
185
path : |
@@ -199,7 +199,7 @@ jobs:
199
199
200
200
steps :
201
201
- name : Download nupkg
202
-
202
+
203
203
with :
204
204
name : nupkg
205
205
Original file line number Diff line number Diff line change 45
45
- run : dotnet r pack -- --no-build
46
46
47
47
- name : Upload artifacts
48
- uses : actions/upload-artifact@v4.0 .0
48
+ uses : actions/upload-artifact@v4.1 .0
49
49
with :
50
50
name : nupkg
51
51
path : ./artifacts/*.nupkg
83
83
84
84
- name : Upload test results
85
85
if : failure()
86
- uses : actions/upload-artifact@v4.0 .0
86
+ uses : actions/upload-artifact@v4.1 .0
87
87
with :
88
88
name : verify-test-results
89
89
path : |
You can’t perform that action at this time.
0 commit comments