Skip to content

Commit 946a92d

Browse files
Update actions/upload-artifact action to v4
1 parent c32ccf8 commit 946a92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
# Upload the MSIX package: https://github.com/marketplace/actions/upload-artifact
111111
- name: Upload build artifacts
112-
uses: actions/upload-artifact@v2
112+
uses: actions/upload-artifact@v4
113113
with:
114114
name: MSIX Package
115115
path: ${{ env.Wap_Project_Directory }}\AppPackages

0 commit comments

Comments
 (0)