Skip to content

Commit 42ed4a9

Browse files
authored
Upgrade upload-artifact action to version 4
1 parent 2d7c1ff commit 42ed4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
msbuild /restore /t:Build,Pack src/BlazorWebView.WinUI/BlazorWebView.WinUI.csproj /p:Configuration=Release /p:PackageVersion=${{ steps.version.outputs.version-without-v }}
2525
2626
- name: Upload artifacts
27-
uses: actions/upload-artifact@v1
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: NuGet Packages
3030
path: artifacts/NuGet/Release

0 commit comments

Comments
 (0)