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.
1 parent a342d9b commit d3a12f1Copy full SHA for d3a12f1
.github/workflows/dotnet.yml
@@ -26,7 +26,7 @@ jobs:
26
run: nuget restore
27
- name: Build
28
run: msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m
29
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
30
with:
31
name: LoggerVisualizer.vsix
32
path: src\LoggerVisualizer\bin\Release\net8.0-windows\LoggerVisualizer.vsix
0 commit comments