File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
./test/test-applications/integrations/TestApplication.Smoke/bin/Release/net8.0/TestApplication.Smoke.exe
61
61
if (-not $?) { throw "dotnet help returned exit code: $LASTEXITCODE" }
62
62
if (Test-Path $log_path) { throw "Log file exists. Instrumentation unregister failed." }
63
- - uses : actions/upload-artifact@v4.4.3
63
+ - uses : actions/upload-artifact@v4.5.0
64
64
with :
65
65
name : bin-${{ matrix.machine }}
66
66
path : |
@@ -116,7 +116,7 @@ jobs:
116
116
./test/test-applications/integrations/TestApplication.Smoke/bin/Release/net8.0/publish/TestApplication.Smoke
117
117
test "$(ls -A /home/user/opentelemetry/log )"
118
118
'
119
- - uses : actions/upload-artifact@v4.4.3
119
+ - uses : actions/upload-artifact@v4.5.0
120
120
if : (${{ job.status }} != 'cancelled')
121
121
with :
122
122
name : bin-${{ matrix.base-image }}
@@ -134,7 +134,7 @@ jobs:
134
134
8.0.404
135
135
9.0.101
136
136
- run : ./build.cmd NuGetWorkflow
137
- - uses : actions/upload-artifact@v4.4.3
137
+ - uses : actions/upload-artifact@v4.5.0
138
138
with :
139
139
name : nuget-package
140
140
path : NuGetPackage/
You can’t perform that action at this time.
0 commit comments