Skip to content

Commit d3a12f1

Browse files
committed
Upgraded upload-artifact action
1 parent a342d9b commit d3a12f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: nuget restore
2727
- name: Build
2828
run: msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: LoggerVisualizer.vsix
3232
path: src\LoggerVisualizer\bin\Release\net8.0-windows\LoggerVisualizer.vsix

0 commit comments

Comments
 (0)