Skip to content

Commit 377cab3

Browse files
authored
Update upload-artifact action to version 4
1 parent b6aad8a commit 377cab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
msbuild /restore /t:Build,Pack src/BlazorWebView.WinUI/BlazorWebView.WinUI.csproj /p:Configuration=Release
2626
2727
- name: Upload artifacts
28-
uses: actions/upload-artifact@v1
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: NuGet Packages
3131
path: artifacts\NuGet\Release

0 commit comments

Comments
 (0)