Skip to content

Migrate NuGet publishing to trusted publishing (OIDC) (#103) #311

Migrate NuGet publishing to trusted publishing (OIDC) (#103)

Migrate NuGet publishing to trusted publishing (OIDC) (#103) #311

Triggered via push August 19, 2026 10:27
Status Success
Total duration 2m 37s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-dotnet@v4, benchmark-action/github-action-benchmark@v1.20.4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build
Could not find external JSON file for benchmark data at /home/runner/work/harmony/harmony/cache/benchmark-data.json. Using empty default: Error: ENOENT: no such file or directory, open '/home/runner/work/harmony/harmony/cache/benchmark-data.json'
build: src/SIL.Harmony/JsonSyncable.cs#L136
'AsyncEnumerableDeprecated.MaxAsync<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, TResult>, CancellationToken)' is obsolete: 'Use MaxByAsync. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the functionality previously provided by the MaxAsync overload that took a selector callback now exists as an overload of MaxByAsync.'