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 744e557 + 7d871b3 commit cec5649Copy full SHA for cec5649
.github/workflows/dotnet.yml
@@ -48,7 +48,7 @@ jobs:
48
dotnet publish SkiaSharpCompare.Cli/SkiaSharpCompare.Cli.csproj -c Release -r win-arm64 --self-contained true -p:PublishSingleFile=true -o ./artifacts/cli/win-arm64
49
50
- name: Upload CLI artifacts
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
52
with:
53
name: cli-artifacts-${{ matrix.os }}
54
path: ./artifacts/cli
0 commit comments