File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.4.3
81
+ uses : actions/upload-artifact@v4.5.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.4.3
88
+ uses : actions/upload-artifact@v4.5.0
89
89
with :
90
90
name : build-verify-test-results
91
91
path : |
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
- name : Upload test results
181
181
if : failure()
182
- uses : actions/upload-artifact@v4.4.3
182
+ uses : actions/upload-artifact@v4.5.0
183
183
with :
184
184
name : integration-verify-test-results
185
185
path : |
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.4.3
48
+ uses : actions/upload-artifact@v4.5.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.4.3
86
+ uses : actions/upload-artifact@v4.5.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