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 b6aad8a commit 377cab3Copy full SHA for 377cab3
.github/workflows/ci-build.yml
@@ -25,7 +25,7 @@ jobs:
25
msbuild /restore /t:Build,Pack src/BlazorWebView.WinUI/BlazorWebView.WinUI.csproj /p:Configuration=Release
26
27
- name: Upload artifacts
28
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
29
with:
30
name: NuGet Packages
31
path: artifacts\NuGet\Release
0 commit comments