We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98feebb + 2760187 commit f189acbCopy full SHA for f189acb
.github/workflows/dotnet.yml
@@ -51,7 +51,7 @@ jobs:
51
dotnet publish SkiaSharpCompare.Cli/SkiaSharpCompare.Cli.csproj -c Release -r win-arm64 --self-contained true -p:PublishSingleFile=true -o ./artifacts/cli/win-arm64
52
53
- name: Upload CLI artifacts
54
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
55
with:
56
name: cli-artifacts-${{ matrix.os }}
57
path: ./artifacts/cli
0 commit comments