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 2d7c1ff commit 42ed4a9Copy full SHA for 42ed4a9
.github/workflows/cd-build.yml
@@ -24,7 +24,7 @@ jobs:
24
msbuild /restore /t:Build,Pack src/BlazorWebView.WinUI/BlazorWebView.WinUI.csproj /p:Configuration=Release /p:PackageVersion=${{ steps.version.outputs.version-without-v }}
25
26
- name: Upload artifacts
27
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
28
with:
29
name: NuGet Packages
30
path: artifacts/NuGet/Release
0 commit comments